Skip to content

Commit

Permalink
Merge pull request #111 from techtonik/master
Browse files Browse the repository at this point in the history
Add release dates to the CHANGELOG.rst restored from PyPI
  • Loading branch information
takluyver committed Mar 5, 2015
2 parents 228a96e + 490ec22 commit eee787a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Unreleased
==========

Changes since 0.4:

* Added the opt-in classic_division fixer.
* Updated the ``dict_six`` fixer to support ``six.viewitems()`` and friends.
* Documentation corrections.
Expand All @@ -11,7 +9,7 @@ Changes since 0.4:
Version 0.4
===========

Changes since 0.3:
Released 2014-10-14.

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

Changes since 0.2:
Released 2014-08-12.

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

0 comments on commit eee787a

Please sign in to comment.