From 543a412f29e357a26cd4c6021ba03cc68bf715e8 Mon Sep 17 00:00:00 2001 From: "jonathan.buchanan" Date: Wed, 16 Jan 2008 12:07:23 +0000 Subject: [PATCH] Munged CHANGELOG for bugfix release --- CHANGELOG.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d7f8ae2..3beb269 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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``. @@ -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: ---------------------------