From 0ee79be405076172587f42afacc272ca23f787ec Mon Sep 17 00:00:00 2001 From: Thibault Malbranche Date: Tue, 30 Apr 2024 04:19:32 -0700 Subject: [PATCH] chore: changelog for 0.73.8 (#44331) Summary: Adds changelog for the 0.73.8 patch. ## Changelog: [Internal] [Changed] - Add 0.73.8 changelog Pull Request resolved: https://github.com/facebook/react-native/pull/44331 Reviewed By: cortinico Differential Revision: D56753881 Pulled By: cipolleschi fbshipit-source-id: eed053cd39a768d6acb40a037a4218ee5e1fbbf8 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c895de3a1e..c4c6c9d5732 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -531,6 +531,26 @@ - Bump activesupport to minimum 6.1.7.5 CVE-2023-38037. ([07a159f279](https://github.com/facebook/react-native/commit/07a159f279cdcbed29c9c437dec1c0b8ac2d852f) by [@lunaleaps](https://github.com/lunaleaps)) +## v0.73.8 + +### Added + +#### iOS specific + +- Added privacy manifest to template ([520d120375](https://github.com/facebook/react-native/commit/520d120375c6b24bc161adea4f48d76537a34abc) by [@philIip](https://github.com/philIip)) (_fixed to include the file in the build_) + +### Changed + +- Update Hermes version ([1d0cbfd01b](https://github.com/facebook/react-native/commit/1d0cbfd01b1f47bcf5279d86a9ad9e0d28804346) by [@Titozzz](https://github.com/Titozzz)) + +### Fixed + +#### iOS specific + +- Add `HERMES_ENABLE_DEBUGGER=1` flag to React-RuntimeApple ([794aaa52d3](https://github.com/facebook/react-native/commit/794aaa52d39f2c419fcd49126c69dff3030e7bb9) by [@cipolleschi](https://github.com/cipolleschi)) +- Fix Symbol not found: (_JSGlobalContextSetInspectable) ([224ac21568](https://github.com/facebook/react-native/commit/224ac21568278617c192bf00b6254d30c0957e11) by [@cipolleschi](https://github.com/cipolleschi)) +- Add missing dependency to React-RuntimeHermes podspec ([fd48b94319](https://github.com/facebook/react-native/commit/fd48b9431954be8a79d5c094173f064944ba86e6) by [@cipolleschi](https://github.com/cipolleschi)) + ## v0.73.7 ### Fixed