From 7ee7e69cdfe614333c0c8d8faba01cfe9d0c26fe Mon Sep 17 00:00:00 2001 From: Rob Hogan <2590098+robhogan@users.noreply.github.com> Date: Wed, 4 Dec 2024 09:40:07 -0800 Subject: [PATCH] Update changelog for v0.77.0-rc.1 (#48084) Summary: Changelog for v0.77.0-rc.1 https://github.com/facebook/react-native/compare/v0.77.0-rc.0...v0.77.0-rc.1 ## Changelog: [Internal] Pull Request resolved: https://github.com/facebook/react-native/pull/48084 Reviewed By: cipolleschi Differential Revision: D66753599 Pulled By: robhogan fbshipit-source-id: 9a02df5cb7174270b4d293c48c6b0468a4042c87 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6eb39e6ce2..dcca7bae100 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v0.77.0-rc.1 + +### Fixed + +- Replace Object.hasOwn usages to fix Animated on JSC ([e996b3f346](https://github.com/facebook/react-native/commit/e996b3f346462a394012a722ce19990cdf9c3d9a) by [@robhogan](https://github.com/robhogan)) +- Remove non compliant `filename*` attribute in a FormData `content-disposition` header ([f791fb9e66](https://github.com/facebook/react-native/commit/f791fb9e660fe15bccf55029045c48f4bbcbc5cb) by [@foyarash](https://github.com/foyarash)) +- Fix "punycode is deprecated" warning by replacing `node-fetch` with native `fetch` ([881d8a720f](https://github.com/facebook/react-native/commit/881d8a720fb24241d7b2127273ca6116833bf176) by [@jbroma](https://github.com/jbroma)) + +#### Android specific + +- Reverted removal of TurboReactPackage ([70a957452c](https://github.com/facebook/react-native/commit/70a957452c438a74787f4f752b2c274360cb2edd) by [@javache](https://github.com/javache)) +- Fix IOException in `BuildCodegenCLITask` ([9147b0753a](https://github.com/facebook/react-native/commit/9147b0753a6c3afb2480b079f91614cd7189a28a) by [@vonovak](https://github.com/vonovak)) + ## v0.77.0-rc.0 ### Breaking