Update changelog.md

This commit is contained in:
gfgtdf 2020-08-18 15:11:42 +02:00 committed by GitHub
parent 3c6217fc1c
commit 954a1a7411
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,6 +55,9 @@
formulas in abilities.
* Units no longer get healed when recalled (they still get healed
at the end of the scenario).
* map_file= now supports .cfg fiels generated by teh scenario editor.
* The engine now ignores global tags set by add-ons that are not used in
the current game.
### Miscellaneous and bug fixes
* Added missing side controllers to two Micro AI scenarios (fixes #4890).
* Fix broken callbacks for treeviews in wesnoth.show_dialog
@ -64,6 +67,10 @@
* Removed the Python2 versions of tools.
* {HEAL_UNIT} does no longer set the variable heal_amount. If needed, [heal_unit] can be used instead.
* Added new modify_unit tags to schema validation.
* Fix rare oos errors caused by move_unit_fake
* Fix crash on invalid music files.
* Fix crash when readong .mo files with nonacii
characters on windows.
## Version 1.15.3
### AI