From d9fe5d1549bc4596c5756fdcac852c9b07e535f0 Mon Sep 17 00:00:00 2001 From: andyhall Date: Wed, 24 Nov 2021 17:56:53 +0900 Subject: [PATCH] Add newest changes to docs --- README.md | 5 +---- docs/history.md | 4 ++++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8b2ace35..c1b213c7 100644 --- a/README.md +++ b/README.md @@ -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` @@ -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) ---- diff --git a/docs/history.md b/docs/history.md index cb341581..af1cee76 100644 --- a/docs/history.md +++ b/docs/history.md @@ -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) @@ -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`