Move change to correct section.

This commit is contained in:
Kevin Ring 2025-07-02 10:29:58 -04:00
parent 8d8539cfe6
commit 757db3848d
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Change Log
### ? - ?
##### Additions :tada:
- Added `ImplicitTilingUtilities::getParentID` to derive the ID of the parent for a given tile ID.
### v0.49.0 - 2025-07-01
##### Breaking Changes :mega:
@ -15,7 +21,6 @@
- Added `CesiumITwinClient::Connection::geospatialFeatureCollections` to query for all feature collections within an iTwin.
- Added `CesiumITwinClient::Connection::geospatialFeatures` to query features within a feature collection.
- `Cesium3DTilesSelection::TileExternalContent` now inherits from `CesiumUtility::ExtensibleObject` to store and manage extensions from its content, such as `Extension3dTilesContentVoxels`.
- Added `ImplicitTilingUtilities::getParentID` to derive the ID of the parent for a given tile ID.
##### Fixes :wrench: