diff --git a/CHANGES.md b/CHANGES.md index 9fc20e904..5713472ee 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,6 +18,7 @@ - Added `UrlTemplateRasterOverlay` for requesting raster tiles from services using a templated URL. - `upsampleGltfForRasterOverlays` is now compatible with meshes using TRIANGLE_STRIP, TRIANGLE_FAN, or non-indexed TRIANGLES primitives. - Added `requestHeaders` field to `TilesetOptions` to allow per-tileset request headers to be specified. +- Added `convertPropertyComponentTypeToAccessorComponentType` to `PropertyType`. ##### Fixes :wrench: