From afe99ddd1877a92820596aeb8dfc5ae866f0122e Mon Sep 17 00:00:00 2001 From: Trey Hunner Date: Tue, 13 May 2014 14:29:58 -0700 Subject: [PATCH] Note pickle support for FieldTracker in change log --- CHANGES.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index c8e9081..e39ccd5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -11,6 +11,10 @@ master (unreleased) ``dir``, allowing `IPython`_ tab completion to be useful. Merge of GH-104, fixes GH-55. +* Add pickle support for models using ``FieldTracker``. Thanks Ondrej Slinták + for the report. Thanks Matthew Schinckel for the fix. Merge of GH-130, + fixes GH-83. + .. _IPython: http://ipython.org/