Update CHANGES.md.
This commit is contained in:
parent
9f8b011a6e
commit
579ec6fad7
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue