CHANGELOG: note addition of new notification system

This commit is contained in:
Starbeamrainbowlabs 2024-10-16 23:52:06 +01:00
parent a45c119945
commit 547cdb943a
No known key found for this signature in database
GPG Key ID: 1BE5172E637709C2

@ -20,6 +20,8 @@ Note to self: See the bottom of this file for the release template text.
- Added Unified Axis Syntax (UAS) parser. - Implementation by @VorTechnix
- See [UAS System reference] for details. (Note to self hook up hyperlink)
- Added `//uasparse` command to show the vectors produced by a given UAS expression. - Implementation by @VorTechnix
- Added new player notification system with coloured output - thanks, @VorTechnix!
- Please be patient as we switch all usages over to the new system.
### Bugfixes and changes
- When commands produce an error, the name of the command that produced the error is now also printed. Useful when using e.g. [`//multi`](https://worldeditadditions.mooncarrot.space/Reference/#multi) etc.