From: Scott Worley Date: Thu, 18 Jun 2020 16:41:44 +0000 (-0700) Subject: Begin keeping a changelog X-Git-Tag: 2.1.0~2 X-Git-Url: http://git.scottworley.com/pinch/commitdiff_plain/9a21f5897e6be8839d01a54107fdc7224a8a4133 Begin keeping a changelog As recommended by https://keepachangelog.com/ --- 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