]> git.scottworley.com Git - pinch/commitdiff
Begin keeping a changelog
authorScott Worley <scottworley@scottworley.com>
Thu, 18 Jun 2020 16:41:44 +0000 (09:41 -0700)
committerScott Worley <scottworley@scottworley.com>
Thu, 18 Jun 2020 16:41:44 +0000 (09:41 -0700)
As recommended by https://keepachangelog.com/

Changelog [new file with mode: 0644]

diff --git a/Changelog b/Changelog
new file mode 100644 (file)
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