Skip to content

Commit e611a7b

Browse files
committed
prettier
1 parent 2af7371 commit e611a7b

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
@@ -2471,6 +2471,7 @@ _This is an npm-only release to fix a publishing issue_.
24712471
tileset.boundingSphere.center,
24722472
);
24732473
```
2474+
24742475
- This also fixes several issues with clipping planes not using the correct transform for tilesets with children.
24752476

24762477
### Additions :tada:
@@ -4316,6 +4317,7 @@ _This is an npm-only release to fix a publishing issue_.
43164317
isStopIncluded : true,
43174318
data : data
43184319
});
4320+
43194321
- `TimeInterval.fromIso8601` now takes a single options parameter. Code that looked like:
43204322

43214323
TimeInterval.fromIso8601(intervalString, true, true, data);
@@ -4328,6 +4330,7 @@ _This is an npm-only release to fix a publishing issue_.
43284330
isStopIncluded : true,
43294331
data : data
43304332
});
4333+
43314334
- `interval.intersect(otherInterval)` -> `TimeInterval.intersect(interval, otherInterval)`
43324335
- `interval.contains(date)` -> `TimeInterval.contains(interval, date)`
43334336

0 commit comments

Comments
 (0)