From 5d2df22c0aebf866643b745c648664bd9cd36a31 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 18 May 2021 14:46:27 +0100 Subject: [PATCH] CHANGELOG: Small tweaks --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff85ef2..3c5891d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,8 @@ Note to self: See the bottom of this file for the release template text. - Add new universal chance parsing - Any `` can now either be a 1-in-N number (e.g. `4`, `10`), or a percentage chance (e.g. `50%`, `10%`). - Caveat: Percentages are converted to a 1-in-N chance, but additionally that number is rounded down in some places - - `//torus`, `//hollowtorus`: Add optional new axes and hollow (for `//torus`) argument + - `//torus`, `//hollowtorus`: Add optional new axes + - `//torus`: Add optional hollow keyword ## v1.11: The big data update (25th January 2021)