Bump to v0.8.0, update CHANGES.md.

This commit is contained in:
Kevin Ring 2021-10-02 01:23:07 +10:00
parent c1b9096abc
commit a8232ad039
2 changed files with 5 additions and 4 deletions

View File

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

View File

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