From 519e07ae62acbb14ca345093900341edf7aa22ef Mon Sep 17 00:00:00 2001 From: Riccardo Cipolleschi Date: Wed, 2 Oct 2024 07:16:21 -0700 Subject: [PATCH] Add changelog for 0.74.6 (#46783) Summary: Add changelog for 0.74.6 ## Changelog: [Internal] - Add changelog for 0.74.6 Pull Request resolved: https://github.com/facebook/react-native/pull/46783 Test Plan: N/A Reviewed By: cortinico Differential Revision: D63756879 Pulled By: cipolleschi fbshipit-source-id: c36fae089c58fad49f45fa3b3380c38490d67293 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e087bfbbc7e..94d455bf7fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -784,6 +784,21 @@ - **turbomodule:** Fixed race condition in native module invalidation. ([b7812a8b6c](https://github.com/facebook/react-native/commit/b7812a8b6c3afbeacaad94779cd010bcc5440785) by [@dmytrorykun](https://github.com/dmytrorykun)) - **xcode:** Do not use temporary node when creating the .xcode.env.local ([8408b8bc96](https://github.com/facebook/react-native/commit/8408b8bc96db15e265ca65fce7875ee65dcfdcec) by [@cipolleschi](https://github.com/cipolleschi)) +## v0.74.6 + +### Added + +#### Android specific +- [0.74] Add support for handling `com.facebook.react.bridge.Dynamic` as parameter for TurboModules ([a9588f3718](https://github.com/facebook/react-native/commit/a9588f3718d682cf5b10db708b429885c2a06ee9) by [@cortinico](https://github.com/cortinico)) + +### Changed + +- Bump hermes version ([4e737b0b16](https://github.com/facebook/react-native/commit/4e737b0b1649fcfed68529370f371bc2ae9319e3) by [@blakef](https://github.com/blakef)) + +### Fixed + +- Fix(react-native): fix codegen failing in a pnpm monorepo setup ([a90a17a8b3](https://github.com/facebook/react-native/commit/a90a17a8b3f56c5f2aa84e06c48ccc19339b70eb) by [@tido64](https://github.com/tido64)) + ## v0.74.5 ### Fixed