From 2b62a7068f98aeb3cb20c9d861a896fcdcd5c6a1 Mon Sep 17 00:00:00 2001 From: Steve Jalim Date: Mon, 6 Dec 2021 17:02:25 +0000 Subject: [PATCH] Update Changelog to reflect latest versions For full details, see https://github.com/henriquebastos/python-decouple/compare/v3.3...v3.5 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d39765..83e2fca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ Changelog ========= +3.5 (2021-09-30) +---------------- + +- Fix: fix syntax warnings due to comparison of literals using `is` +- Fix: avoid DeprecationError on ConfigParser.readfp() +- Add Tox Github Action +- Documentation fixups +- Security: bump Pygments version to >=2.7.4 +- Fix .env -file quote stripping +- Changelog catchups for 3.2 and 3.3 + + +3.4 (2021-01-05) +---------------- + +- Add choices helper +- Documentation fixups + + 3.3 (2019-11-13) ----------------