Skip to content

Commit 75f606f

Browse files
committed
update changelog
1 parent 29f6f5d commit 75f606f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CHANGES.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#### Additions :tada:
1616

1717
- Added support for the [EXT_mesh_primitive_restart](https://github.com/KhronosGroup/glTF/pull/2478) glTF extension. [#12764](https://github.com/CesiumGS/cesium/issues/12764)
18+
- Adds support for instancing a model at runtime via `ModelInstance` and `ModelInstanceCollection` classes. [#12588](https://github.com/CesiumGS/cesium/pull/12588)
1819

1920
## 1.132 - 2025-08-01
2021

@@ -2470,7 +2471,6 @@ _This is an npm-only release to fix a publishing issue_.
24702471
tileset.boundingSphere.center,
24712472
);
24722473
```
2473-
24742474
- This also fixes several issues with clipping planes not using the correct transform for tilesets with children.
24752475

24762476
### Additions :tada:
@@ -4316,7 +4316,6 @@ _This is an npm-only release to fix a publishing issue_.
43164316
isStopIncluded : true,
43174317
data : data
43184318
});
4319-
43204319
- `TimeInterval.fromIso8601` now takes a single options parameter. Code that looked like:
43214320

43224321
TimeInterval.fromIso8601(intervalString, true, true, data);
@@ -4329,7 +4328,6 @@ _This is an npm-only release to fix a publishing issue_.
43294328
isStopIncluded : true,
43304329
data : data
43314330
});
4332-
43334331
- `interval.intersect(otherInterval)` -> `TimeInterval.intersect(interval, otherInterval)`
43344332
- `interval.contains(date)` -> `TimeInterval.contains(interval, date)`
43354333

0 commit comments

Comments
 (0)