Add Changelog for 0.77.0-rc.4 (#48374)

Summary:
Add changelog for 0.77.0-rc.4

## Changelog:
[Internal]

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

Test Plan: N/A

Reviewed By: christophpurrer

Differential Revision: D67602257

Pulled By: robhogan

fbshipit-source-id: 79becf41cfad105e682d648f2f957f18bdbad5f6
This commit is contained in:
Rob Hogan
2024-12-23 09:50:15 -08:00
committed by Facebook GitHub Bot
parent e87296f356
commit 29e5de579c
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## v0.77.0-rc.4
### Fixed
#### Android specific
- Restore layout/invalidate during ReactViewClippingManager.removeViewAt() ([e3970a4bb3](https://github.com/facebook/react-native/commit/e3970a4bb3f39ec5652277d78d8c58c89e87dc30) by [@tdn20](https://github.com/tdn20))
## v0.77.0-rc.3
### Changed