Skip to content

Commit 611a8e6

Browse files
committed
update changelog
1 parent b5022fd commit 611a8e6

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
@@ -11,6 +11,7 @@
1111
#### Additions :tada:
1212

1313
- 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)
14+
- Adds support for instancing a model at runtime via `ModelInstance` and `ModelInstanceCollection` classes. [#12588](https://github.com/CesiumGS/cesium/pull/12588)
1415

1516
## 1.132 - 2025-08-01
1617

@@ -2466,7 +2467,6 @@ _This is an npm-only release to fix a publishing issue_.
24662467
tileset.boundingSphere.center,
24672468
);
24682469
```
2469-
24702470
- This also fixes several issues with clipping planes not using the correct transform for tilesets with children.
24712471

24722472
### Additions :tada:
@@ -4312,7 +4312,6 @@ _This is an npm-only release to fix a publishing issue_.
43124312
isStopIncluded : true,
43134313
data : data
43144314
});
4315-
43164315
- `TimeInterval.fromIso8601` now takes a single options parameter. Code that looked like:
43174316

43184317
TimeInterval.fromIso8601(intervalString, true, true, data);
@@ -4325,7 +4324,6 @@ _This is an npm-only release to fix a publishing issue_.
43254324
isStopIncluded : true,
43264325
data : data
43274326
});
4328-
43294327
- `interval.intersect(otherInterval)` -> `TimeInterval.intersect(interval, otherInterval)`
43304328
- `interval.contains(date)` -> `TimeInterval.contains(interval, date)`
43314329

0 commit comments

Comments
 (0)