diff --git a/CHANGELOG-0.7x.md b/CHANGELOG-0.7x.md index fa8de8fe9d7..6058d5ccfe2 100644 --- a/CHANGELOG-0.7x.md +++ b/CHANGELOG-0.7x.md @@ -1,5 +1,14 @@ # Changelog (pre 0.80) +## v0.79.7 + +### Fixed + +#### Android specific + +- **Layout:** Make missing parent view state in updateLayout a soft error ([56ad8d9bfd](https://github.com/facebook/react-native/commit/56ad8d9bfd08ea70bc6f5726a2b4a6afb6d2d7c2) by [@javache](https://github.com/javache)) +- **Layout:** Make missing parent view state in updateLayout a soft error ([f2e47d8dab](https://github.com/facebook/react-native/commit/f2e47d8dabcd61621ea81c86cd1e2488948c4229) by [@cipolleschi](https://github.com/cipolleschi)) + ## v0.79.6 ### Added diff --git a/CHANGELOG.md b/CHANGELOG.md index f8110c3dc35..fd0109a8ce9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -824,6 +824,10 @@ - **Text:** Selection range not respected when changing text or selection when selection is forced ([d32ea66e6a](https://github.com/facebook/react-native/commit/d32ea66e6a945dd84092532401b265b12d482668) by Olivier Bouillet) - **TextInput:** Fix TextInput `onContentSizeChange` event being dispatched only once on iOS on the new architecture ([5fd5188172](https://github.com/facebook/react-native/commit/5fd51881727b2d86f87abf04db032940ac0ec8c4) by [@j-piasecki](https://github.com/j-piasecki)) +## v0.79.7 + +See [CHANGELOG-0.7x](./CHANGELOG-0.7x.md#v0797) + ## v0.79.6 See [CHANGELOG-0.7x](./CHANGELOG-0.7x.md#v0796)