Updated changelog

[ci skip]

(cherry-picked from commit 4300cb8263)
This commit is contained in:
Charles Dang 2018-05-25 11:16:03 +11:00
parent 2873ad1c7e
commit 57177c699d

View file

@ -105,6 +105,8 @@
dialog.
* Fixed a crash when using very large portraits in [message] (issue #2912)
* Added a button to access the version info dialog to Preferences.
* Removed player list sorting options in the MP lobby. The list is now
automatically sorted alphabetically, friends first.
### WML engine
* Support formula= key in [variable] ConditionalWML
* Support to_location in [move_unit], taking a location ID
@ -200,7 +202,9 @@
* Added deprecation notices for several macros that had them missing before.
* [message] no longer scrolls to units through fog or shroud so it matches
1.12's behavior.
* Fixed animation-wide text_color and blend_color keys being overwritten
* Fixed animation-wide text_color and blend_color keys being overwritten. This
fixes level-in and level-out animations sometimes fading to black instead of
white.
## Version 1.13.12
### Security fixes