diff options
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r-- | CHANGELOG.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1a8c360..4303c2a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -2,9 +2,15 @@ Django Tagging Changelog ======================== +Version 0.3.1, Not released: +---------------------------- -SVN Trunk Changes: ------------------- +* Fixed Django 1.2 support (did not add anything new) + +Version 0.3.0, 22nd August 2009: +-------------------------------- + +* Fixes for Django 1.0 compatibility. * Added a ``tagging.generic`` module for working with list of objects which have generic relations, containing a ``fetch_content_objects`` |