From 1839f68fa6282fefe32f0424f944642fd9ad63e2 Mon Sep 17 00:00:00 2001 From: fortmarek Date: Mon, 9 May 2022 06:47:04 -0700 Subject: [PATCH] Update changelog for 0.68.2 (#33790) Summary: Update changelog for 0.68.2 ## Changelog [Internal] - Update changelog for 0.68.2 Pull Request resolved: https://github.com/facebook/react-native/pull/33790 Reviewed By: cipolleschi Differential Revision: D36246625 Pulled By: cortinico fbshipit-source-id: 8e71c3ebc337ec51fab15eba0455eec928fcf851 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b298406e92312..7afd8da01f8661 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v0.68.2 + +### Changed + +- Bump used version of react-native-codegen to 0.0.17 ([dfda480a98](https://github.com/facebook/react-native/commit/dfda480a9888d95c542cea40f25e8e783565c1db) by [@cortinico](https://github.com/cortinico)) +- Bump react-native-codegen to 0.0.17 ([a5ddc2e165](https://github.com/facebook/react-native/commit/a5ddc2e16523ea336ffbecf7acfd4820469a29e7) by [@cortinico](https://github.com/cortinico)) + +### Fixed + +#### Android specific + +- Working around Long paths limitation on Windows ([62ef6f5fa1](https://github.com/facebook/react-native/commit/62ef6f5fa1ecb918bde130a6024b65afcd34c7e3) by [@mganandraj](https://github.com/mganandraj)) + ## v0.68.1 ### Changed