Skip to content

Commit 6d0dfc9

Browse files
committed
Update CHANGELOG for version 0.86.2
Updated changelog for version 0.86.2 with fixes and changes.
1 parent e2e55b0 commit 6d0dfc9

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,14 @@
394394

395395
## v0.86.2
396396

397+
### Fixed
398+
399+
- **Layout:** Fixed `display: contents` nodes having `hasNewLayout` set incorrectly ([36f69eff0d](https://github.com/react/react-native/commit/36f69eff0d11510f4f16075d9cfbbe474a0683be) by [j-piasecki](https://github.com/j-piasecki))
400+
401+
#### Android
402+
403+
- **Runtime:** Use explicit `ReactInstanceManager.mHasStartedDestroyingLock` instead of using `ReactInstanceManager.mHasStartedDestroying` ([cdfba520fa](https://github.com/react/react-native/commit/cdfba520fa56a6b3dbb133d9c8060e4e698bc8a0) by [jingjing2222](https://github.com/jingjing2222))
404+
- **Runtime:** Do not synchronize on `java.lang.Boolean`. ([821045a24f](https://github.com/react/react-native/commit/821045a24f07f798351c72d23a01720a2123049d) by [Yqwed](https://github.com/yqwed))
397405
### Changed
398406

399407
- **Hermes:** Bump Hermes V1 to 250829098.0.16 ([95538111bf](https://github.com/react/react-native/commit/95538111bf24b5d5269724714e415b38b6395d1a) by [@gabrieldonadel](https://github.com/gabrieldonadel))

0 commit comments

Comments
 (0)