Skip to content

Commit eee787a

Browse files
committed
Merge pull request #111 from techtonik/master
Add release dates to the CHANGELOG.rst restored from PyPI
2 parents 228a96e + 490ec22 commit eee787a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
Unreleased
22
==========
33

4-
Changes since 0.4:
5-
64
* Added the opt-in classic_division fixer.
75
* Updated the ``dict_six`` fixer to support ``six.viewitems()`` and friends.
86
* Documentation corrections.
@@ -11,7 +9,7 @@ Changes since 0.4:
119
Version 0.4
1210
===========
1311

14-
Changes since 0.3:
12+
Released 2014-10-14.
1513

1614
* `Documentation`_ has been added.
1715
* All fixers are now idempotent, which allows modernize to safely be applied
@@ -55,7 +53,7 @@ Changes since 0.3:
5553
Version 0.3
5654
===========
5755

58-
Changes since 0.2:
56+
Released 2014-08-12.
5957

6058
* New fixer for ``raise E, V, T``, changed to ``six.reraise(E, V, T)``.
6159
* New fixer for metaclasses, using ``six.with_metaclass``.

0 commit comments

Comments
 (0)