From 7ef610287607bd844dd5e5b908cdab892275e058 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 12 Jul 2019 04:52:34 -0400 Subject: [PATCH] Update release notes Signed-off-by: Roberto Rosario --- HISTORY.rst | 4 ++++ docs/releases/3.3.rst | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 59ccbc7e98..500bf6bc57 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -32,6 +32,10 @@ - Move Django and Celery settings. - Backport FakeStorageSubclass from versions/next. - Remove django-environ. +- Support checking in and out multiple documents. +- Remove encapsulate helper. +- Add support for menu inheritance. +- Emphasize source column labels. 3.2.6 (2019-07-10) ================== diff --git a/docs/releases/3.3.rst b/docs/releases/3.3.rst index 58396a0f02..f951bbd8e8 100644 --- a/docs/releases/3.3.rst +++ b/docs/releases/3.3.rst @@ -45,7 +45,10 @@ Changes - Backport FakeStorageSubclass from versions/next. Placeholder class to allow serializing the real storage subclass to support migrations. Used by all configurable storages. - +- Support checking in and out multiple documents. +- Remove encapsulate helper. +- Add support for menu inheritance. +- Emphasize source column labels. Removals --------