From eae005dc362c990f0517851103373e80647658be Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 26 Feb 2021 02:35:52 +0000 Subject: [PATCH] Prepare v1.11 release --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ba43fa..3cf4f9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ It's about time I started a changelog! This will serve from now on as the main changelog for WorldEditAdditions. -## v1.11 (unreleased) +## v1.11: The big data update (25th January 2021) - Add `//scale` (currently **experimental**) - Scale operations that scale up and down at the same time are split into 2 separate operations automatically (scaling up is always performed first) - `//count`: Make numbers human-readable @@ -19,7 +19,7 @@ It's about time I started a changelog! This will serve from now on as the main c - Add new [cloud wand](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/master/Chat-Command-Reference.md#cloud-wand) -## v1.10 (16th January 2021) +## v1.10: The tidyup update (16th January 2021) - `//maze`: Fix some parts of generated mazes staying solid - `//maze`, `//maze3d`: Allow non-number seeds (existing seeds aren't affected - they will still produce identical output) - `//many`: Improve format of progress messages, add ETA