From 7c7c2330652098cfa1628c4777bc4142928116d6 Mon Sep 17 00:00:00 2001 From: Sanjeet Suhag Date: Mon, 17 Oct 2022 16:44:09 -0400 Subject: [PATCH] Updates CHANGES.md --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index ba4472cda000..4b31c33df67b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,10 @@ ### 1.99 - 2022-11-01 +##### Additions :tada: + +- Added support for I3S 3D Object and IntegratedMesh Layers. [#9634](https://github.com/CesiumGS/cesium/pull/9634) + ##### Deprecated :hourglass_flowing_sand: - The viewer parameter in `KmlTour.prototype.play` was deprecated in Cesium 1.99. It will be removed in 1.100. Instead of a `Viewer`, pass a `CesiumWidget` instead. [#10845](https://github.com/CesiumGS/cesium/pull/10845)