From 2c9574eb29c93c7525c503f5d304825b90631311 Mon Sep 17 00:00:00 2001 From: Arushi Kesarwani Date: Thu, 18 Apr 2024 12:37:42 -0700 Subject: [PATCH] NIT Changelog (#44153) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/44153 Adding missing # in the changelog Changelog: [Internal] Reviewed By: christophpurrer Differential Revision: D56314996 fbshipit-source-id: 1160685a5d65c2dd49b33a3bfa14f91f5e95b8c4 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8656eb028f9a8f..5b4dfd1e63c53e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -256,7 +256,7 @@ - Add errata for fix to marginStart/End for row-reverse flex direction ([2dad663c28](https://github.com/facebook/react-native/commit/2dad663c2870e0c098649854c8c9333e07be1793) by [@joevilches](https://github.com/joevilches)) - Remove web performance logging from GlobalPerformanceLogger ([53a2742e13](https://github.com/facebook/react-native/commit/53a2742e13f55c3e412bde2ac7b56f6950e44b17) by [@rshest](https://github.com/rshest)) - Rename AbsolutePositioning errata ([08eb985c33](https://github.com/facebook/react-native/commit/08eb985c333bca4fc47c854b51ad84f1353d344c) by [@joevilches](https://github.com/joevilches)) -- Refactor React to get rid of JSIModule and its dependencies (https://github.com/facebook/react-native/commit/65552055392a5996bf50548018953875dde4560b) by [@arushikesarwani](https://github.com/arushikesarwani94)) +- Refactor React to get rid of JSIModule and its dependencies ([6555205539](https://github.com/facebook/react-native/commit/65552055392a5996bf50548018953875dde4560b) by [@arushikesarwani](https://github.com/arushikesarwani94)) - Get rid of old APIs in FabricUIManagerProvider ([c2c346ccaf](https://github.com/facebook/react-native/commit/c2c346ccaf9912f129b945944575c818eac99a6d) by [@arushikesarwani](https://github.com/arushikesarwani94)) #### Android specific