From b20eec54445ea29c41ea31d582d640dfa84e836f Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Fri, 9 Jun 2023 13:38:34 -0400 Subject: [PATCH] Update CHANGELOG.md Fix white space --- packages/react-native-editor/CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/react-native-editor/CHANGELOG.md b/packages/react-native-editor/CHANGELOG.md index 6ed29096bb11c..467840e6ec62c 100644 --- a/packages/react-native-editor/CHANGELOG.md +++ b/packages/react-native-editor/CHANGELOG.md @@ -12,9 +12,9 @@ For each user feature we should also add a importance categorization label to i ## Unreleased ## 1.97.0 -- [**] [iOS] Fix dictation regression, in which typing/dictating at the same time caused content loss. [#49452] -- [*] [internal] Upgrade compile and target sdk version to Android API 33 [#50731] -- [*] Display lock icon in disabled state of `Cell` component [#50907] +- [**] [iOS] Fix dictation regression, in which typing/dictating at the same time caused content loss. [#49452] +- [*] [internal] Upgrade compile and target sdk version to Android API 33 [#50731] +- [*] Display lock icon in disabled state of `Cell` component [#50907] ## 1.96.1 - [**] Fix Android-only issue related to block toolbar not being displayed on some blocks in UBE [#51131]