From 902d03ca0bcc810178b246fd6d261be8a3985e57 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 23 Oct 2022 00:54:29 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e1c70d..00b82e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ Note to self: See the bottom of this file for the release template text. - `//hollow`: Fix safe region bug - Significant backend refactoring to tidy things up - Add new multi-point selection wand ![A picture of the multi-point wand](https://raw.githubusercontent.com/sbrl/Minetest-WorldEditAdditions/main/worldeditadditions_farwand/textures/worldeditadditions_multiwand.png) to select many points at once. **Not currently compatible with other wands**, as it's a work-in-progress (commands that support/require more than 2 points are hopefully coming soon) + - Add `//spline`, for drawing curved lines with an arbitrary number of points **(uses the new multi-point wand)** ## v1.13: The transformational update (2nd January 2022)