Skip to content

Commit 04bcf79

Browse files
committed
prettier
1 parent 4d6bb1e commit 04bcf79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2467,6 +2467,7 @@ _This is an npm-only release to fix a publishing issue_.
24672467
tileset.boundingSphere.center,
24682468
);
24692469
```
2470+
24702471
- This also fixes several issues with clipping planes not using the correct transform for tilesets with children.
24712472

24722473
### Additions :tada:
@@ -4312,6 +4313,7 @@ _This is an npm-only release to fix a publishing issue_.
43124313
isStopIncluded : true,
43134314
data : data
43144315
});
4316+
43154317
- `TimeInterval.fromIso8601` now takes a single options parameter. Code that looked like:
43164318

43174319
TimeInterval.fromIso8601(intervalString, true, true, data);
@@ -4324,6 +4326,7 @@ _This is an npm-only release to fix a publishing issue_.
43244326
isStopIncluded : true,
43254327
data : data
43264328
});
4329+
43274330
- `interval.intersect(otherInterval)` -> `TimeInterval.intersect(interval, otherInterval)`
43284331
- `interval.contains(date)` -> `TimeInterval.contains(interval, date)`
43294332

0 commit comments

Comments
 (0)