From c0b2770dee2fbd0bfa600bd5fc6bf8de6b690e1f Mon Sep 17 00:00:00 2001 From: Lorenzo Sciandra Date: Tue, 4 Jul 2023 06:15:05 -0700 Subject: [PATCH] add 0.71.12 and 0.70.11 changelog (#38182) Summary: Adds changelog for new patch. ## Changelog: [Internal] [Changed] - add changelog entry for 0.71.12 and 0.70.11 Pull Request resolved: https://github.com/facebook/react-native/pull/38182 Test Plan: N/A Reviewed By: GijsWeterings Differential Revision: D47210080 Pulled By: cipolleschi fbshipit-source-id: d0df8184a0a6f7848d2bf08102329b73bcb67846 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8a94c7bcae5dd..24d7273331833d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -378,6 +378,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.12 + +### Fixed + +- Prevent LogBox from crashing on very long messages ([cd56347dca](https://github.com/facebook/react-native/commit/cd56347dca4e948f5038643bcd804c41f037727a) by [@motiz88](https://github.com/motiz88)) + +#### Android specific + +- Added CSS logical properties by mapping layout props ([2b06a75631](https://github.com/facebook/react-native/commit/2b06a75631c6d9f1fdc13bc8a5567f264d2c9b9a) by [@NickGerleman](https://github.com/NickGerleman) and [@AlexanderEggers](https://github.com/AlexanderEggers)) to fix view flattening on Android. + +#### iOS specific + +- fix `pod install --project-directory=ios` failing ([fc1abe1d69](https://github.com/facebook/react-native/commit/fc1abe1d69530e95bc39b439d7d883f620b86fb9) by [@tido64](https://github.com/tido64)) + ## v0.71.11 ### Changed @@ -1023,6 +1037,12 @@ Read the [announcement blogpost here](https://reactnative.dev/blog/2023/01/12/ve - Bump terser minor version to mitigate CVE-2022-25858 ([743f9ff63b](https://github.com/facebook/react-native/commit/743f9ff63bf1e3825a1788978a9f6bad8ebddc0d) by [@GijsWeterings](https://github.com/GijsWeterings)) +## v0.70.11 + +### Changed + +- Bump CLI to 9.3.3 and Metro do 0.72.4 ([2a9d71dc34](https://github.com/facebook/react-native/commit/2a9d71dc341992dce40038dcccefc3abfc745fe8) by [@kelset](https://github.com/kelset)) to address https://github.com/facebook/react-native/issues/36794 + ## v0.70.10 ### Fixed