Add Changelog for 0.76.0-rc.6 (#47096)

Summary:
See changelog

## Changelog:
[Internal] - Add changelog for 0.76.0-rc.6

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

Test Plan: N/A

Reviewed By: blakef

Differential Revision: D64545320

Pulled By: cipolleschi

fbshipit-source-id: ebfe57f5009f9b1906856cc90a19dd858e7e6583
This commit is contained in:
Riccardo Cipolleschi 2024-10-17 10:39:08 -07:00 committed by Facebook GitHub Bot
parent 4ae999b90b
commit 8e80257f23

View File

@ -1,5 +1,14 @@
# Changelog
## v0.76.0-rc.6
### Fixed
#### Android Specific
- Undo breaking change on ViewManagerDelegate.kt String params ([ce1620616c](https://github.com/facebook/react-native/commit/ce1620616c5e5d83bfbcd1ce297d95e1c1c66e8c) by [@cortinico](https://github.com/cortinico))
- Undo breaking change on UIManager eventDispatcher accessor ([55671c00e5](https://github.com/facebook/react-native/commit/55671c00e5567845ffe467e50a4b9dfa562e48db) by [@cortinico](https://github.com/cortinico))
- Revert "Fix Android AlertFragment Title Accessibility" as it was breaking the layout of Alerts ([c967deaa2d](https://github.com/facebook/react-native/commit/c967deaa2d52abf2ffcf101f3ee0f23c593b6959) by [@cipolleschi](https://github.com/cipolleschi))
## v0.76.0-rc.5
### Changed