From eacc000a2cb36f9cf51e56339e1743c2a7a12fce Mon Sep 17 00:00:00 2001 From: angrycat9000 Date: Mon, 13 Nov 2023 10:28:06 -0500 Subject: [PATCH] Update changes for optional typings --- CHANGES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 62d616442fd3..279bdbce514c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,13 @@ # Change Log +### 1.112 - 2023-12-01 + +#### @cesium/engine + +##### Fixes :wrench: + +- Corrected JSDoc that marked optional arguments as required in `Cesium3dTileset.fromIonAssetId` [#11623](https://github.com/CesiumGS/cesium/issues/11623), and `IonImageryProvider.fromAssetId` [#11624](https://github.com/CesiumGS/cesium/issues/11624) + ### 1.111 - 2023-11-01 #### @cesium/engine