diff --git a/CHANGELOG.md b/CHANGELOG.md index d2c6079fc85e..a9aadcca421f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -421,6 +421,11 @@ - **Touch Handling**: Respect `cancelsTouchesInView` when canceling touches in `RCTSurfaceTouchHandler` ([5634e8a601](https://github.com/facebook/react-native/commit/5634e8a601caf0faa174bac3511929de767609ac) by [@intmain](https://github.com/intmain)) - **View**: Fix duplicate shadow bug during component recycling by cleaning up visual layers in prepareForRecycle ([7dcedf1def](https://github.com/facebook/react-native/commit/7dcedf1def880163ab7ca07b2575a8153029a925) by Atharv Soni) + +## v0.83.7 + +- Changes to experimental features only. + ## v0.83.6 ### Fixed