From 078ff808cac357e79ba3d18dee18a2b121fec712 Mon Sep 17 00:00:00 2001 From: David Calhoun <438664+dcalhoun@users.noreply.github.com> Date: Tue, 28 Sep 2021 20:45:43 -0400 Subject: [PATCH] Update release notes --- packages/react-native-editor/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/react-native-editor/CHANGELOG.md b/packages/react-native-editor/CHANGELOG.md index df8a52e862a1b..b090927a94dbc 100644 --- a/packages/react-native-editor/CHANGELOG.md +++ b/packages/react-native-editor/CHANGELOG.md @@ -12,6 +12,8 @@ For each user feature we should also add a importance categorization label to i ## Unreleased - [**] [Embed block] Add the top 5 specific embed blocks to the Block inserter list [#34967] - [*] [Embed block] Fix inline preview cut-off when editing URL [#35321] +- [**] Block inserter indicates newly available block types [#35201] +- [**] Block editor support articles available within the block editor help menu [#35201] 1.62.2 ------