Bump to v0.41.0, update CHANGES.md.

This commit is contained in:
Kevin Ring 2024-11-01 14:07:05 +11:00
parent 783adceb87
commit b164fc915f
2 changed files with 3 additions and 6 deletions

View File

@ -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:
@ -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`.

View File

@ -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": {