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 --------