diff --git a/CHANGELOG.md b/CHANGELOG.md index 2317fbc6..7f9df435 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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). +## [2.1.1] - 2019-04-07 +### Changed +- Removed redundant parentheses from comprehension iteration values + ## [2.1.0] - 2019-01-24 ### Added - Optional source transforms: @@ -43,6 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - python-minifier package - pyminify command +[2.1.1]: https://github.com/dflook/python-minifier/compare/2.0.0...2.1.1 [2.1.0]: https://github.com/dflook/python-minifier/compare/2.0.0...2.1.0 [2.0.0]: https://github.com/dflook/python-minifier/compare/1.1.0...2.0.0 [1.1.0]: https://github.com/dflook/python-minifier/compare/1.0.0...1.1.0