From dfd1083651520218b71e39997e779f61c1d16014 Mon Sep 17 00:00:00 2001 From: Richard Braakman Date: Thu, 4 Aug 2022 15:54:29 +0300 Subject: [PATCH] Use just "None" without a period in the changelog. See https://github.com/realm/ci-actions/issues/11 The update-changelog action does not recognize "None." with a period. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c177dc2b5f..9b9679ab07c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## vNext (TBD) ### Enhancements -* None. +* None ### Fixed * Fixed issue where React Native apps on Android would sometimes show stale Realm data until the user interacted with the app UI. ([#4389](https://github.com/realm/realm-js/issues/4389), since v10.0.0)