From f374990c7cdb8331af7a49f1502a0b9f3e9cc1ea Mon Sep 17 00:00:00 2001 From: Nick Crews Date: Mon, 6 Jan 2025 14:32:21 -0900 Subject: [PATCH] Add typing fix from #12400 to CHANGES.md --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 7239383a29d..7ab5c50f40a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,6 +7,7 @@ ##### Fixes :wrench: - Fixed error when resetting `Cesium3DTileset.modelMatrix` to its initial value. [#12409](https://github.com/CesiumGS/cesium/pull/12409) +- Fixed type of `ImageryLayer.fromProviderAsync`, to correctly show that the param `options` is optional. [#12400](https://github.com/CesiumGS/cesium/pull/12400) ### 1.125 - 2025-01-02