From 2b81099a51361b163cf33bc9cce62ea6b8d8e674 Mon Sep 17 00:00:00 2001 From: Will Kahn-Greene Date: Thu, 6 Feb 2020 16:40:42 -0500 Subject: [PATCH] Update CHANGELOG with 3.2 and 3.3 changes --- CHANGELOG.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35a2dd7..0d39765 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,21 @@ Changelog ========= -(unreleased) ------------- +3.3 (2019-11-13) +---------------- + +- Enforce search order in settings files +- Switch to using strtobool (#71) + + +3.2 (2019-11-13) +---------------- + +- Fixed typos in documentation +- Add editorconfig file +- Fix handling for configuration values that end in single or double quotes (#78) +- Add support for encoding env files in other encodings (#62) (#64) +- Improve csv documentation (#59) - Add Changelog #44 - Fixed typo. [Vik] - Fix the code blocks inline in the documentation, adding two quotes. [Manaia Junior]