From 45f184b7e8901a0ab1bf2352672859fa588bc06b Mon Sep 17 00:00:00 2001 From: Marco Bonetti Date: Tue, 18 Apr 2023 15:08:15 +0200 Subject: [PATCH] update changelog --- CHANGES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 9e2a8ce..7536f9e 100644 --- a/CHANGES +++ b/CHANGES @@ -3,9 +3,10 @@ Version History Version 0.9.9 (unreleased) -------------------------- +* Use packaged jQuery instead of the CDN version. (#274, thanks @stephanema1) * Test test_47_azure_ajax_translation: avoid DNS lookup for better isolation. Should fix #233 * Adds Chinese (Simplified) translation. (#266 thanks @chenluyong) -* Test against Django 4.1a +* Test against Django 4.2 * Limit supported versions to Django 3.2 and later, using Python 3.8, 3.9 and 3.10 * Proxy Deepl translations suggestions through the back-end to avoid CORS issues. (#271 thanks @rafaelromon, @biermeester and @matthiask) * Format code with pre-commit