From aeff40331d6ec665a2383240f2e3b63c84bf4f63 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 15 Mar 2016 04:14:51 -0400 Subject: [PATCH] Update changelog and release notes. --- HISTORY.rst | 1 + docs/releases/2.1.rst | 1 + 2 files changed, 2 insertions(+) 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 --------