Bump to v0.8.0, update CHANGES.md.
This commit is contained in:
parent
c1b9096abc
commit
a8232ad039
|
|
@ -1,10 +1,11 @@
|
|||
# Change Log
|
||||
|
||||
### Next Version - ?
|
||||
### v0.8.0 - 2021-10-01
|
||||
|
||||
##### Additions :tada:
|
||||
##### Breaking Changes :mega:
|
||||
|
||||
- Made tile content loading asynchronous and allowed it to make further network requests, to Cesium ion or otherwise.
|
||||
- glTF enums are now represented in CesiumGltf as their underlying type (int32 or string) rather than as an enum class.
|
||||
- Tile content loaders now return a `Future`, which allows them to be asynchronous and make further network requests.
|
||||
|
||||
##### Fixes :wrench:
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cesium-native",
|
||||
"version": "0.7.2",
|
||||
"version": "0.8.0",
|
||||
"description": "Cesium 3D Geospatial for C++",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue