Add changelog for 0.71.14 (#40863)

Summary:
Adds changelog for the 0.71.14 version.

## Changelog:

<!-- Help reviewers and the release process by writing your own changelog entry.

Pick one each for the category and type tags:

[ANDROID|GENERAL|IOS|INTERNAL] [BREAKING|ADDED|CHANGED|DEPRECATED|REMOVED|FIXED|SECURITY] - Message

For more details, see:
https://reactnative.dev/contributing/changelogs-in-pull-requests
-->

[INTERNAL] [CHANGED] - Add 0.71.14 changelog

Pull Request resolved: https://github.com/facebook/react-native/pull/40863

Reviewed By: robhogan

Differential Revision: D50228147

Pulled By: huntie

fbshipit-source-id: cb6ad2abac53825a935205fb7646d8fa32ba8302
This commit is contained in:
fortmarek 2023-10-12 10:31:56 -07:00 committed by Facebook GitHub Bot
parent f41fb76920
commit 14eb4c9cde

View File

@ -829,6 +829,15 @@ 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.14
### Fixed
#### iOS specific
- Set the max version of Active support to 7.0.8 ([ce39931bc2](https://github.com/facebook/react-native/commit/ce39931bc2b02f13cbc5751ba4d4a6dbc07bc91a) by [@cipolleschi](https://github.com/cipolleschi))
- Xcode 15 patch ([287482e57f](https://github.com/facebook/react-native/commit/287482e57ffd221227e6fffb6852113d330260a1) by [@fortmarek](https://github.com/fortmarek))
## v0.71.13
### Added