Bump to v0.41.0, update CHANGES.md.
This commit is contained in:
parent
783adceb87
commit
b164fc915f
|
|
@ -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`.
|
||||
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue