CHANGELOG: Small tweaks

This commit is contained in:
Starbeamrainbowlabs 2021-05-18 14:46:27 +01:00
parent 639c2061ef
commit 5d2df22c0a
No known key found for this signature in database
GPG Key ID: 1BE5172E637709C2

@ -14,7 +14,8 @@ Note to self: See the bottom of this file for the release template text.
- Add new universal chance parsing - Add new universal chance parsing
- Any `<chance>` can now either be a 1-in-N number (e.g. `4`, `10`), or a percentage chance (e.g. `50%`, `10%`). - Any `<chance>` 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 - 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) ## v1.11: The big data update (25th January 2021)