Skip to content

Commit 490ec22

Browse files
committed
Move release dates from the headers to change list
1 parent a4a8c3b commit 490ec22

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
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.
97

108

11-
Version 0.4 (2014-10-14)
12-
========================
9+
Version 0.4
10+
===========
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
@@ -52,10 +50,10 @@ Changes since 0.3:
5250
.. _Documentation: http://python-modernize.readthedocs.org/en/latest/
5351

5452

55-
Version 0.3 (2014-08-12)
56-
========================
53+
Version 0.3
54+
===========
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)