From 3a9a2815c0953aa7d4d6e9b5f0fbeae677d027c7 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 5 Jan 2022 14:18:04 +0000 Subject: [PATCH] Release note for #7741 --- CHANGELOG.txt | 1 + docs/releases/2.16.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index cf48df9c99..8b0cd43742 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -5,6 +5,7 @@ Changelog ~~~~~~~~~~~~~~~~~ * Removed support for Python 3.6 + * Added persistent IDs for ListBlock items, allowing commenting and improvements to revision comparisons (Matt Westcott, Tidjani Dia) * Added Aging Pages report (Tidjani Dia) * Add more SketchFab oEmbed patterns for models (Tom Usher) * Add collapse option to `StreamField`, `StreamBlock`, and `ListBlock` which will load all sub-blocks initially collapsed (Matt Westcott) diff --git a/docs/releases/2.16.md b/docs/releases/2.16.md index 30a58709d6..f4bce74b3b 100644 --- a/docs/releases/2.16.md +++ b/docs/releases/2.16.md @@ -11,6 +11,7 @@ ### Other features + * Added persistent IDs for ListBlock items, allowing commenting and improvements to revision comparisons (Matt Westcott, Tidjani Dia) * Added Aging Pages report (Tidjani Dia) * Add more SketchFab oEmbed patterns for models (Tom Usher) * Add collapse option to `StreamField`, `StreamBlock`, and `ListBlock` which will load all sub-blocks initially collapsed (Matt Westcott)