From 2168e3f5156f40267821440b520fe34d64deae08 Mon Sep 17 00:00:00 2001 From: Riccardo Cipolleschi Date: Mon, 29 Apr 2024 04:28:38 -0700 Subject: [PATCH] Add 0.71.19 changelog Summary: Add changes for the 0.71.19 changelog ## Changelog [General][Added] - Add changelog for 0.71.19 Reviewed By: blakef Differential Revision: D56698644 fbshipit-source-id: d920221bbff4acb1d7456ad72fe32bef188c241d --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fde7153ab85..2c895de3a1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1617,6 +1617,20 @@ This file contains all changelogs for latest releases, from 0.70.0 onward. Pleas - Enable Address and Undefined Behavior Sanitizers on RNTester ([65e61f3c88](https://github.com/facebook/react-native/commit/65e61f3c88388d4a2ed88bcc9a2cb5ba63fd8afa) by [@Saadnajmi](https://github.com/Saadnajmi)) +## v0.71.19 + +### Added + +#### iOS Specific + +- Add privacy manifest to pod install and hello world ([d669ff7df8](https://github.com/facebook/react-native/commit/d669ff7df8727decb18143065273077db93267b6) by [@philIip](https://github.com/philIip)) + +### Changed + +#### iOS Specific + +- Bumped hermes to remove Apple's RR API that were unused. Hermes does not requires a PrivacyManifest now. ([d8d096d995](https://github.com/facebook/react-native/commit/d8d096d995eacf63bc76b6a7f2ec4265c9fc1f37) by [@cipolleschi](https://github.com/cipolleschi)) + ## v0.71.18 ### Fixed