From 5779512c997aeec6265b4a1eed53ca04dbdbeb4d Mon Sep 17 00:00:00 2001 From: Greg Turner Date: Thu, 8 Jun 2017 10:28:00 +1000 Subject: [PATCH] Update changelog --- changelog.rst | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/changelog.rst b/changelog.rst index d8266df..fdafb16 100644 --- a/changelog.rst +++ b/changelog.rst @@ -6,6 +6,13 @@ In development *Nothing yet* +2.5 (2017-06-08) +---------------- + +* Order-of-magnitude performance improvement in parsing. +* EDTFFields are now serialised EDTF objects, rather than unparsed EDTF text + strings. + 2.0 (2017-05-22) ---------------- @@ -22,13 +29,13 @@ and it can generate python date values to store in other fields. Features ~~~~~~~~ -* Complete EDTF spec parser implemented using ``pyparsing``. -* Expanded documentation. -* Django field that stores and displays EDTF, deriving it from a specified - display field, and storing derived python dates in specified ``DateField``s. -* Settings are broken out into ``appsettings.py``. These settings can be - overridden in a Django settings file. -* Instituted changelog +* Complete EDTF spec parser implemented using ``pyparsing``. +* Expanded documentation. +* Django field that stores and displays EDTF, deriving it from a specified + display field, and storing derived python dates in specified ``DateField``s. +* Settings are broken out into ``appsettings.py``. These settings can be + overridden in a Django settings file. +* Instituted changelog Backwards-incompatible changes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~