From c269f3567ca4d2a736f7af58654050b1fbf17fd8 Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 9 Aug 2018 11:36:21 +0300 Subject: [PATCH] Add a changelog [CI skip] --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..f801aff8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] +### Added +- This changelog file ([#273]) + + +## [2.4.0] - 2018-08-08 +### Deprecated + +* Support for Python 2.7 ([#265]) + + +[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v2.4.0...HEAD +[2.4.0]: https://github.com/pylast/pylast/compare/2.3.0...2.4.0 +[#265]: https://github.com/pylast/pylast/issues/265 +[#273]: https://github.com/pylast/pylast/issues/273