mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 23:42:59 +00:00
CHANGELOG: note addition of new notification system
This commit is contained in:
parent
a45c119945
commit
547cdb943a
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue