Changelog entry for commit a02100a0f1

(cherry-picked from commit fc3ca7a783)
This commit is contained in:
Jyrki Vesterinen 2018-04-17 22:31:40 +03:00
parent 4b84091c8b
commit 872d1a9003
2 changed files with 3 additions and 0 deletions

View file

@ -46,6 +46,7 @@
### User Interface
* Swapped the position and formatting of game names and titles in the MP lobby.
* Made Faction Select button's purpose more clear in MP Staging.
* Implemented MP chat message history saving (issue #1194, issue #2802).
* Added a convenient button in Load Game to open your saves folder.
### WML engine
* Support formula= key in [variable] ConditionalWML

View file

@ -9,6 +9,8 @@ changelog: https://github.com/wesnoth/wesnoth/blob/master/changelog.md
### Language and i18n
* Updated translations: British English, Chinese (Simplified), Czech, French,
Galician, Italian, Polish, Scottish Gaelic, Spanish, Ukrainian.
### User Interface
* Implemented MP chat message history saving (issue #1194, issue #2802).
### Miscellaneous and bug fixes
* Fixed minimap buttons not doing anything (bug #2681)
* Fixed some hotkeys triggering multiple commands on GNU/Linux (bug #1736)