From b00569c9f5c431a25413cdd01f06788a89d03bed Mon Sep 17 00:00:00 2001 From: fortmarek Date: Wed, 20 Dec 2023 07:42:05 -0800 Subject: [PATCH] Update CHANGELOG.md (#42011) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Adds changelog for the 0.72.8 release. ## Changelog: [INTERNAL] [CHANGED] - Add changelog for the 0.72.8 release. Pull Request resolved: https://github.com/facebook/react-native/pull/42011 Test Plan: Read the changelog 🤞 Reviewed By: christophpurrer Differential Revision: D52325318 Pulled By: huntie fbshipit-source-id: 377a81f255c909b7da9370d6e3856265e2081b46 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 194eff648fb..3902ed82910 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -395,6 +395,14 @@ This file contains all changelogs for latest releases, from 0.70.0 onward. Pleas - Purge children from view registry on `RCTUIManager` invalidation. ([bc63e44b23](https://github.com/facebook/react-native/commit/bc63e44b23baddf579d8e42b70af0473314f8e48) by [@kkafar](https://github.com/kkafar)) - Fix React-ImageManager dependencies ([830c2e7c57](https://github.com/facebook/react-native/commit/830c2e7c571650f49b645e7f9f9445a021e8a0a2) by [@cipolleschi](https://github.com/cipolleschi)) +## v0.72.8 + +### Fixed + +- Fix `build_codegen!` not finding `@react-native/codegen` in pnpm setups ([e70166a3a8](https://github.com/facebook/react-native/commit/e70166a3a8b9ddf1a7e322db602c548aaa60102d) by [@tido64](https://github.com/tido64)) +- Correctly declare runtime dependencies ([df2bbba50b](https://github.com/facebook/react-native/commit/df2bbba50bf1484edf88079b965b8841fc7849a8) by [@tido64](https://github.com/tido64)) +- Prevent LogBox from crashing on very long messages ([c3c6cf4](https://github.com/facebook/react-native/commit/c3c6cf4646999e9bf971d2c0e63c41e550069f25) by [@motiz88](https://github.com/motiz88)) + ## v0.72.7 ### Changed