We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d97777 commit 3430679Copy full SHA for 3430679
1 file changed
CHANGELOG.md
@@ -4,17 +4,16 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-## [2.0.1] - 2019-01-13
8
-
9
-## [Unreleased]
+## [2.1.0] - 2019-01-24
10
### Added
11
- Optional source transforms:
12
- remove object base, enabled by default
13
14
### Changed
15
- Return statements no longer wrap tuples in extraneous parentheses
+- Duplicated literals are only raised to the lowest common function namespace
16
17
-## [2.0.0] - 2018-01-13
+## [2.0.0] - 2019-01-13
18
19
- Optional source transformations:
20
- Rename locals, enabled by default
0 commit comments