diff --git a/HISTORY.rst b/HISTORY.rst index 731cf761f7..18c9734551 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -19,6 +19,7 @@ - Add HTML5 upload widget. Issue #162. - Add Message of the Day app. Issue #222 - Update Document model's uuid field to use Django's native UUIDField class. +- Add new split view index navigation 2.0.2 (2016-02-09) ================== diff --git a/docs/releases/2.1.rst b/docs/releases/2.1.rst index f04f053a49..4e6bd33993 100644 --- a/docs/releases/2.1.rst +++ b/docs/releases/2.1.rst @@ -31,6 +31,7 @@ Other changes - Add HTML tags stripping to the browser title generation template. - Folder and Tag creation API calls now return the id of the created instances. - Update Document model's uuid field to use Django's native UUIDField class. +- Add new split view index navigation Removals --------