From 8cfa0d770eff848ef096b0cbf654a0d12194e35e 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 b371f39bb3136c..97e214ef183208 100644 --- a/packages/react-native-editor/CHANGELOG.md +++ b/packages/react-native-editor/CHANGELOG.md @@ -10,6 +10,8 @@ For each user feature we should also add a importance categorization label to i --> ## Unreleased +- [**] Block inserter indicates newly available block types [#35201] +- [**] Block editor support articles available within the block editor help menu [#35201] ## 1.62.0 - [**] [Embed block] Implement WP embed preview component [#34004]