From 3b079f38f4f67784c72adedefab62bc9ba66519d Mon Sep 17 00:00:00 2001 From: Blake Friedman Date: Mon, 9 Dec 2024 23:31:40 -0800 Subject: [PATCH] Add Changelog for 0.76.5 (#48191) Summary: Add Changelog for 0.76.5 Changelog: [Internal] - Add Changelog for 0.76.5 Pull Request resolved: https://github.com/facebook/react-native/pull/48191 Reviewed By: christophpurrer Differential Revision: D66993996 Pulled By: blakef fbshipit-source-id: 4d69bcea64822aa108c2bac24a3ab399aacd5419 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5356c74782a..98496910b1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v0.76.5 + +### Fixed + +- Better support filtering out non linked platforms ([fcbcf80d1c](https://github.com/facebook/react-native/commit/fcbcf80d1c080af42b5277fc8a153059194efb95) by [@cipolleschi](https://github.com/cipolleschi)) + +#### Android specific + +- Fix crash on HeadlessJsTaskService on old architecture ([4560fc0497](https://github.com/facebook/react-native/commit/4560fc049748a345d5945bc08d43f4b61ca51ff3) by [@cortinico](https://github.com/cortinico)) + ## v0.77.0-rc.1 ### Fixed