From 3eaf9658a43d1ad97aefad2067ff596deaefb493 Mon Sep 17 00:00:00 2001 From: Alex Hunt Date: Tue, 27 Feb 2024 09:01:12 -0800 Subject: [PATCH] Add changelog for 0.74.0-rc.1 Summary: Changelog: [Internal] Reviewed By: cipolleschi Differential Revision: D54261247 fbshipit-source-id: 5f34372c8ccd2132f59c8369a820a5e877b2ec08 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc5ce296107..2ed7209fa54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## v0.74.0-rc.1 + +### Added + +- Warn with future command when using `npx react-native init` ([a6397afb7f](https://github.com/facebook/react-native/commit/a6397afb7f4279e70afa025fe6f9fa0b8e3de3fd) by [@byCedric](https://github.com/byCedric)) + +### Fixed + +- Fix undefined props crash in FlatList ([e33767a36d](https://github.com/facebook/react-native/commit/e33767a36daf7901cb46854b6612dd52b0dbdeec) by [@dieguezz](https://github.com/dieguezz)) + +#### Android specific + +- Do not crash on onJSBundleLoadedFromServer when fast-refreshing on bridgeless mode ([44e5bc9e2c](https://github.com/facebook/react-native/commit/44e5bc9e2c73235ba5d8bf0f5323181948e74197) by [@cortinico](https://github.com/cortinico)) + ## 0.74.0-rc0 ### Breaking