From 363588b15c6ae94af40cdd35ddb7e90ea80512fa Mon Sep 17 00:00:00 2001 From: React Native Bot Date: Thu, 16 Apr 2026 18:42:37 +0000 Subject: [PATCH 1/2] [RN][Changelog] Add changelog for v0.83.6 --- CHANGELOG.md | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1b59f54d08..6ede267666b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,110 @@ # Changelog +## v0.83.6 + +### Breaking + + + +#### Android specific + + + +#### iOS specific + + + +### Added + + + +#### Android specific + + + +#### iOS specific + + + +### Changed + + + +#### Android specific + + + +#### iOS specific + + + +### Deprecated + + + +#### Android specific + + + +#### iOS specific + + + +### Removed + + + +#### Android specific + + + +#### iOS specific + + + +### Fixed + +- Provide symbol fallbacks for `inspector-modern/chrome/Registration.h` when `HERMES_V1_ENABLED` is set ([efc4cf4ea9](https://github.com/facebook/react-native/commit/efc4cf4ea963894ef6c5ed57bab16e46c4d6e5ca) by [@huntie](https://github.com/huntie)) + +#### Android specific + + + +#### iOS specific + +- Fix "Loading from Metro..." banner getting stuck after reloads in quick succession. ([e122c24c27](https://github.com/facebook/react-native/commit/e122c24c273f5fb6e0a2d6b1c961d75ac9bc90b7) by [@alanjhughes](https://github.com/alanjhughes)) + +### Security + + + +#### Android specific + + + +#### iOS specific + + + +### Unknown + +- Release 0.83.6 ([1a973f4abc](https://github.com/facebook/react-native/commit/1a973f4abc15368ab408a8d81d244a80b5259879) by [@react-native-bot](https://github.com/react-native-bot)) +- Bump Podfile.lock ([5aee11b923](https://github.com/facebook/react-native/commit/5aee11b923cdd60196c87dd7c3e41ff37213ba36) by [@react-native-bot](https://github.com/react-native-bot)) +- Release 0.83.5 ([9e212543c2](https://github.com/facebook/react-native/commit/9e212543c2180c6e1b4267a7e3412cb8f60a4362) by [@react-native-bot](https://github.com/react-native-bot)) + +#### Android Unknown + + + +#### iOS Unknown + + + +#### Failed to parse + + + + ## v0.83.5 ### Fixed From 23ed6ed4d846cc4f6fc6aac438eadcdc0f2fff46 Mon Sep 17 00:00:00 2001 From: Gabriel Donadel Date: Thu, 16 Apr 2026 17:05:27 -0300 Subject: [PATCH 2/2] Fix changelog --- CHANGELOG.md | 94 ---------------------------------------------------- 1 file changed, 94 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ede267666b..1c93d25214c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,109 +2,15 @@ ## v0.83.6 -### Breaking - - - -#### Android specific - - - -#### iOS specific - - - -### Added - - - -#### Android specific - - - -#### iOS specific - - - -### Changed - - - -#### Android specific - - - -#### iOS specific - - - -### Deprecated - - - -#### Android specific - - - -#### iOS specific - - - -### Removed - - - -#### Android specific - - - -#### iOS specific - - ### Fixed - Provide symbol fallbacks for `inspector-modern/chrome/Registration.h` when `HERMES_V1_ENABLED` is set ([efc4cf4ea9](https://github.com/facebook/react-native/commit/efc4cf4ea963894ef6c5ed57bab16e46c4d6e5ca) by [@huntie](https://github.com/huntie)) -#### Android specific - - - #### iOS specific - Fix "Loading from Metro..." banner getting stuck after reloads in quick succession. ([e122c24c27](https://github.com/facebook/react-native/commit/e122c24c273f5fb6e0a2d6b1c961d75ac9bc90b7) by [@alanjhughes](https://github.com/alanjhughes)) -### Security - - - -#### Android specific - - - -#### iOS specific - - - -### Unknown - -- Release 0.83.6 ([1a973f4abc](https://github.com/facebook/react-native/commit/1a973f4abc15368ab408a8d81d244a80b5259879) by [@react-native-bot](https://github.com/react-native-bot)) -- Bump Podfile.lock ([5aee11b923](https://github.com/facebook/react-native/commit/5aee11b923cdd60196c87dd7c3e41ff37213ba36) by [@react-native-bot](https://github.com/react-native-bot)) -- Release 0.83.5 ([9e212543c2](https://github.com/facebook/react-native/commit/9e212543c2180c6e1b4267a7e3412cb8f60a4362) by [@react-native-bot](https://github.com/react-native-bot)) - -#### Android Unknown - - - -#### iOS Unknown - - - -#### Failed to parse - - - - ## v0.83.5 ### Fixed