From 9a21f5897e6be8839d01a54107fdc7224a8a4133 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Thu, 18 Jun 2020 09:41:44 -0700 Subject: [PATCH] Begin keeping a changelog As recommended by https://keepachangelog.com/ --- Changelog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Changelog diff --git a/Changelog b/Changelog new file mode 100644 index 0000000..a2ffedf --- /dev/null +++ b/Changelog @@ -0,0 +1,23 @@ +## [Unreleased] + +## [2.0.0] - 2020-06-17 +### Changed +- Config sections must now specify their type explicitly + +### Added +- type=symlink search paths + + +## [1.5.1] - 2020-06-17 +### Fixed +- Support old mypy version 0.701 (by working around its bugs) +- Version numbers are now semver + + +## [1.5] - 2020-06-12 +### Fixed +- Support log.showSignature + + +## [1.4] - 2020-06-11 +First usable version -- 2.44.1