From 7d088f802044fe4c27f8a23f86f0d4947268be8a Mon Sep 17 00:00:00 2001 From: Riccardo Cipolleschi Date: Thu, 15 Aug 2024 06:41:10 -0700 Subject: [PATCH] Add changelog for 0.75.1 (#46038) Summary: Add changelog for 0.75.1 ## Changelog: [Internal] - Add changelog Pull Request resolved: https://github.com/facebook/react-native/pull/46038 Test Plan: N/A Reviewed By: cortinico Differential Revision: D61333096 Pulled By: cipolleschi fbshipit-source-id: 19ba0bce60056be12d1b0427939c5896c22e215b --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e1641240be..62b1c8619cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v0.75.1 + +### Changed + +- Bump Hermes version ([f202e80177](https://github.com/facebook/react-native/commit/f202e801776794ec30b2dc25fe87e52ec77c18ab) by [@cortinico](https://github.com/cortinico)) + +### Removed + +#### Android specific + +- Gate off % border radii on Android Paper ([bbd5b5e157](https://github.com/facebook/react-native/commit/bbd5b5e1574499478ab0bf3fe9d2a21b02b7fedd) by [@NickGerleman](https://github.com/NickGerleman)) +- Gate off % translate on Android Paper ([0273123dde](https://github.com/facebook/react-native/commit/0273123dde04de72da4ebfeff26b0830eea00745) by [@NickGerleman](https://github.com/NickGerleman)) + ## v0.75.0 ### Breaking