From 9aa25e616214912fbdde7fcda66ebcba2efdbcbd Mon Sep 17 00:00:00 2001 From: Lorenzo Sciandra Date: Wed, 10 May 2023 11:01:16 -0700 Subject: [PATCH] add 0.71.8 changelog (#37354) Summary: Adds changelog for new patch. ## Changelog: [Internal] [Changed] - add changelog entry for 0.71.8 Pull Request resolved: https://github.com/facebook/react-native/pull/37354 Test Plan: N/A Reviewed By: lunaleaps Differential Revision: D45733332 Pulled By: cipolleschi fbshipit-source-id: 0505378aef165f66361f6fc21128fa85f0ef5e32 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01a79289c2f..315c44efb08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v0.71.8 + +### Fixed + +#### Android specific + +- Read GROUP name in gradle-plugin dependency code ([615d9aefc4](https://github.com/facebook/react-native/commit/615d9aefc4274ed7a193c0410ed7f86e90ad1bff) by [@douglowder](https://github.com/douglowder)) +- Bump RNGP to 0.71.18 ([4bf4c470fe](https://github.com/facebook/react-native/commit/4bf4c470fe4996af02f45c9a9d77c6a790a95362) by [@kelset](https://github.com/kelset)) + +#### iOS specific + +- Do not send extra onChangeText even wnen instantianting multiline TextView ([a804c0f22b](https://github.com/facebook/react-native/commit/a804c0f22b4b11b3d9632dc59a6da14f6c4325e3) by [@dmytrorykun](https://github.com/dmytrorykun)) + ## v0.71.7 ### Fixed