From d264f1e7251ce4d15cc42449a09fae8761062e0a Mon Sep 17 00:00:00 2001 From: Andrei Shikov Date: Tue, 22 Feb 2022 07:56:44 -0800 Subject: [PATCH] Changelog for 0.67.3 (#33162) Summary: Changelog for 0.67.3 ## Changelog [Changed] - Added changelog for 0.67.3 Pull Request resolved: https://github.com/facebook/react-native/pull/33162 Test Plan: N/A Reviewed By: cortinico Differential Revision: D34389569 Pulled By: ShikaSD fbshipit-source-id: 3b37c5ccb64357efd2021692976c3beed9a08933 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a72434de861cee..592ac10fedc3ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v0.67.3 + +### Fixed + +#### Android specific + +- Text with adjustsFontSizeToFit changes the text layout infinitely ([c1db41f060](https://github.com/facebook/react-native/commit/c1db41f060908e6ab001aaace7c20c610056f59a)) + +#### iOS specific + +- Fix a broken input for the Korean alphabet in TextInput ([1a83dc36ce](https://github.com/facebook/react-native/commit/1a83dc36ce0af33ac7a3c311354fce4bfa5ba1a3) by [@bernard-kms](https://github.com/bernard-kms)) + ## v0.67.2 ### Fixed