Skip to content

Commit

Permalink
Add newest changes to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fenomas committed Nov 24, 2021
1 parent 3f3bc5e commit d9fe5d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ See [history.md](docs/history.md) for changes and migration for each version.

Recent changes:

* `v0.32`: Fixes npm versioning issue - no code changes.
* `v0.31`:
* Change the speed of the world! See `noa.timeScale`
* Now possible to control chunk processing order: `noa.world.chunkSortingDistFn`
Expand All @@ -71,10 +72,6 @@ Recent changes:
* adds option `worldGenWhilePaused`
* adds option `manuallyControlChunkLoading` and related APIs
* performance and bug fixes
* `v0.28`:
* improves swapping between world data sets (see `noa.worldName`).
* Removes duplicated voxel padding in each chunk (this means world generation no longer needs to be deterministic!)
* `v0.27`: adds world origin rebasing - see [positions.md](docs/positions.md)


----
Expand Down
4 changes: 4 additions & 0 deletions docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

This is a summary of new features and breaking changes in recent `noa` versions.

* [0.32.0](#0320)
* [0.31.0](#0310)
* [0.30.0](#0300)
* [0.29.0](#0290)
Expand All @@ -20,6 +21,9 @@ This is a summary of new features and breaking changes in recent `noa` versions.

----

### 0.32.0
* Fixes npm versioning issue - no code changes.

### 0.31.0

* Change the speed of the world with `noa.timeScale`
Expand Down

0 comments on commit d9fe5d1

Please sign in to comment.