add 0.71.12 and 0.70.11 changelog (#38182)

Summary:
Adds changelog for new patch.

## Changelog:

<!-- Help reviewers and the release process by writing your own changelog entry. For an example, see:
https://reactnative.dev/contributing/changelogs-in-pull-requests
-->

[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
This commit is contained in:
Lorenzo Sciandra 2023-07-04 06:15:05 -07:00 committed by Facebook GitHub Bot
parent 16201f8be3
commit c0b2770dee

View File

@ -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