From 8bfb66e358340835df553a9971631ec6d30a6d7e Mon Sep 17 00:00:00 2001 From: Tamas Szabo Date: Sun, 30 Aug 2020 09:08:45 +0300 Subject: [PATCH] Updates CHANGELOG --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d6fce3..dd88817 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,15 @@ Changelog ========= -### TBD +### 1.9.0 Aug 30, 2020 - Switched to Poetry (https://python-poetry.org/) + more cleanup - Switched to pytest and pytest-django - Drop support for pre-Django 1.10 style MIDDLEWARES - Switch to old style url to path in urls.py - Added Black and re-formatted and linted all the code - Added isort and sorted all imports + - Bugfix: Add rule in admin was throwing an exception + - Handling "unknown" values in X-Forwarded-For header; introduces IPRESTRICT_USE_PROXY_IF_UNKNOWN header - More cleanup ### 1.8.1 Aug 24, 2020