diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e1f6978618..8f7b08f2ed6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -421,6 +421,10 @@ - **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.9 + +- Changes to experimental features only. + ## v0.83.8 ### Fixed