Add Changelog entry for revert of GH-130; bump version to 2.2.

This commit is contained in:
Carl Meyer 2014-07-31 18:16:15 -06:00
parent a127e32217
commit c62fe9446d
2 changed files with 10 additions and 3 deletions

View file

@ -1,8 +1,15 @@
CHANGES
=======
master (unreleased)
-------------------
2.2 (2014.07.31)
----------------
* Revert GH-130, restoring ability to access ``FieldTracker`` changes in
overridden ``save`` methods or ``post_save`` handlers. This reopens GH-83
(inability to pickle models with ``FieldTracker``) until a solution can be
found that doesn't break behavior otherwise. Thanks Brian May for the
report. Fixes GH-143.
2.1.1 (2014.07.28)
------------------

View file

@ -1,4 +1,4 @@
from .choices import Choices
from .tracker import FieldTracker, ModelTracker
__version__ = '2.2a1'
__version__ = '2.2'