Skip to content

Commit

Permalink
Better working in CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ErixenCruz committed Jun 24, 2020
1 parent 8dfcf3a commit 1f6e9cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

##### Additions :tada:

- Added `Ellipsoid.surfaceArea` for computing the surface area under given rectangle.
- Added `Ellipsoid.surfaceArea` for computing the approximate surface area of a rectangle on the surface of an ellipsoid.
- Added support for PolylineVolume in CZML [#8841](https://github.com/CesiumGS/cesium/pull/8841)

##### Fixes :wrench:

- Fixed `Ellipsoid.geodeticSurfaceNormal` dividing by zero when given origin as input.
- Fixed a divide-by-zero bug in `Ellipsoid.geodeticSurfaceNormal` when given the origin as input. `undefined` is returned instead. [#8986](https://github.com/CesiumGS/cesium/pull/8986)
- Fixed error with `WallGeoemtry` when there were adjacent positions with very close values [#8952](https://github.com/CesiumGS/cesium/pull/8952)
- Fixed artifact for skinned model when log depth is enabled. [#6447](https://github.com/CesiumGS/cesium/issues/6447)
- Fixed a bug where certain rhumb arc polylines would lead to a crash. [#8787](https://github.com/CesiumGS/cesium/pull/8787)
Expand Down

0 comments on commit 1f6e9cd

Please sign in to comment.