Update CHANGES.md.

This commit is contained in:
Kevin Ring 2024-02-25 22:48:34 +11:00
parent 9f8b011a6e
commit 579ec6fad7
1 changed files with 2 additions and 1 deletions

View File

@ -5,12 +5,13 @@
##### Breaking Changes :mega:
- Removed support for `EXT_feature_metadata` in `CesiumGltf`, `CesiumGltfReader`, and `CesiumGltfWriter`. This extension was replaced by `EXT_mesh_features`, `EXT_instance_features`, and `EXT_structural_metadata`.
- Moved `ReferenceCountedNonThreadSafe<T>` to `ReferenceCounted.h`. It also now a type alias for `ReferenceCounted<T, false>` rather than an actual class.
##### Additions :tada:
- Added `contains` method to `BoundingSphere`.
- Added `GlobeRectangle::MAXIMUM` static field.
- Added `ReferenceCountedThreadSafe` class.
- Added `ReferenceCountedThreadSafe` type alias.
##### Fixes :wrench: