Skip to content

Commit

Permalink
Bump to v0.41.0, update CHANGES.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Nov 1, 2024
1 parent 783adce commit b164fc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Change Log

### Not Released Yet

##### Fixes :wrench:

- Fixed missing ellipsoid parameters that would lead to incorrect results when using non-WGS84 ellipsoids.
### v0.41.0 - 2024-11-01

##### Breaking Changes :mega:

Expand Down Expand Up @@ -35,6 +31,7 @@

##### Fixes :wrench:

- Fixed missing ellipsoid parameters that would lead to incorrect results when using non-WGS84 ellipsoids.
- Fixed a bug in `AsyncSystem::all` where the resolved values of individual futures were copied instead of moved into the output array.
- Improved the hash function for `QuadtreeTileID`.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cesium-native",
"version": "0.40.1",
"version": "0.41.0",
"description": "Cesium 3D Geospatial for C++",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit b164fc9

Please sign in to comment.