Skip to content

Commit

Permalink
Munged CHANGELOG for bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan.buchanan committed Jan 16, 2008
1 parent 302f89a commit 543a412
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.txt
Expand Up @@ -6,9 +6,6 @@ Django Tagging Changelog
SVN Trunk Changes:
------------------

* Fixed a bug with space-delimited tag input handling - duplicates
weren't being removed and the list of tag names wasn't sorted.

* Removed ``tagging\tests\runtests.py``, as tests can be run with
``django-admin.py test --settings=tagging.tests.settings``.

Expand All @@ -25,6 +22,12 @@ SVN Trunk Changes:
rid of some import related silliness, as ``TagManager`` needs access
to ``TaggedItem``.

Version 0.2.1, 16th Jan 2008:
-----------------------------

* Fixed a bug with space-delimited tag input handling - duplicates
weren't being removed and the list of tag names wasn't sorted.

Version 0.2, 12th Jan 2008:
---------------------------

Expand Down

0 comments on commit 543a412

Please sign in to comment.