From 33dc0bb342b5f01cb7ca5123a26f46a01406d9b0 Mon Sep 17 00:00:00 2001 From: fortmarek Date: Wed, 29 Jun 2022 05:41:36 -0700 Subject: [PATCH] Update changelog for 0.69.1 (#34097) Summary: Updating changelog for 0.69.1 ## Changelog [Internal] - Update changelog for 0.69.1 Pull Request resolved: https://github.com/facebook/react-native/pull/34097 Reviewed By: cortinico Differential Revision: D37518312 Pulled By: cipolleschi fbshipit-source-id: ba0784c371f0b771fc4f164a29aa24a1e7a46aa8 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1837c4abecc..255539250f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## v0.69.1 + +### Changed + +#### iOS specific + +- Make all Yoga headers public and add #ifdef __cplusplus ([43f831b23c](https://github.com/facebook/react-native/commit/43f831b23caf22e59af5c6d3fdd62fed3d20d4ec) by [@janicduplessis](https://github.com/janicduplessis)) + +### Fixed + +- Use monotonic clock for performance.now() ([114d31feee](https://github.com/facebook/react-native/commit/114d31feeeb47f5a57419e5088c3cbe9340f757a)) + +#### iOS specific + +- Fix build for React-RCTText ([4ea38e16bf](https://github.com/facebook/react-native/commit/4ea38e16bf533955557057656cba5346d2372acd) by [@ph4r05](https://github.com/ph4r05)) +- Fix RCT-Folly build error when use_frameworks! and hermes are both enabled ([79baca678a](https://github.com/facebook/react-native/commit/79baca678a743560fa16fdd551f1d0d018d34304) by [@Kudo](https://github.com/Kudo)) +- Fix use_frameworks! for 0.69 ([f97c6a5b49](https://github.com/facebook/react-native/commit/f97c6a5b498eec95e99a02c7842cb2ae160cd6cd) by [@Kudo](https://github.com/Kudo)) + ## v0.69.0 ### Breaking