From 84fc580ccc4dabb52d0e92acae5668e9da64cfa2 Mon Sep 17 00:00:00 2001 From: Lorenzo Sciandra Date: Mon, 8 Aug 2022 05:52:36 -0700 Subject: [PATCH] add 0.69.4 changelog (#34367) Summary: Adds changelog for new patch. ## Changelog [Internal] [Changed] - add changelog entry for 0.68.3 Pull Request resolved: https://github.com/facebook/react-native/pull/34367 Test Plan: N/A Reviewed By: dmitryrykun Differential Revision: D38500554 Pulled By: huntie fbshipit-source-id: f2fd48b3a0a608d488c1edb85ea8c424029bd9c9 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e416a0c7d77..1011ed52436 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v0.69.4 + +### Changed + +- Upgrade RN CLI to v8.0.4 ([66c68c37ce](https://github.com/facebook/react-native/commit/66c68c37ce94f6c1160e7f260c0d1887539c6605) by [@thymikee](https://github.com/thymikee)) + +#### Android specific + +- Modified **getDefaultJSExecutorFactory** method ([87cfd386cb](https://github.com/facebook/react-native/commit/87cfd386cb2e02bfa440c94706d9d0274f83070c) by [@KunalFarmah98](https://github.com/KunalFarmah98)) + ## v0.69.3 ### Fixed