add 0.69.4 changelog (#34367)

Summary:
Adds changelog for new patch.

## Changelog

<!-- Help reviewers and the release process by writing your own changelog entry. For an example, see:
https://reactnative.dev/contributing/changelogs-in-pull-requests
-->

[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
This commit is contained in:
Lorenzo Sciandra
2022-08-08 05:52:36 -07:00
committed by Facebook GitHub Bot
parent dfbf7d4e14
commit 84fc580ccc
+10
View File
@@ -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