Add 3.2.1
This commit is contained in:
parent
9622fca501
commit
dfb694f2a6
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -5,15 +5,12 @@ 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
|
||||
TODO
|
||||
### Changed
|
||||
TODO
|
||||
### Deprecated
|
||||
TODO
|
||||
### Removed
|
||||
TODO
|
||||
## [3.2.1] - 2020-03-05
|
||||
### Fixed
|
||||
|
||||
* Only Python 3 is supported: don't create universal wheel (#318) @hugovk
|
||||
* Fix regression calling `get_recent_tracks` with `limit=None` (#320) @hugovk
|
||||
* Fix `DeprecationWarning`: Please use `assertRegex` instead (#323) @hugovk
|
||||
|
||||
## [3.2.0] - 2020-01-03
|
||||
### Added
|
||||
|
@ -70,7 +67,7 @@ TODO
|
|||
|
||||
* Support for Python 2.7 ([#265])
|
||||
|
||||
[Unreleased]: https://github.com/pylast/pylast/compare/v3.2.0...HEAD
|
||||
[3.2.1]: https://github.com/pylast/pylast/compare/v3.2.0...3.2.1
|
||||
[3.2.0]: https://github.com/pylast/pylast/compare/v3.1.0...3.2.0
|
||||
[3.1.0]: https://github.com/pylast/pylast/compare/v3.0.0...3.1.0
|
||||
[3.0.0]: https://github.com/pylast/pylast/compare/2.4.0...3.0.0
|
||||
|
|
Loading…
Reference in a new issue