Changelog entry for commit 57fd9cc586

This commit is contained in:
Jyrki Vesterinen 2018-05-24 20:31:25 +03:00
parent 4e68c144db
commit a094f4253b
2 changed files with 4 additions and 0 deletions

View file

@ -29,6 +29,8 @@
* Removed hidden terrains that were not supposed to make it to 1.14: ^Prg,
^Prgo, ^Pwd, ^Pwdo
### Miscellaneous and bug fixes
* Fixed memory leak in terrain filter code. In a huge map with Silver Mages,
it could leak several gigabytes of memory in a long session.
* Fixed: unit halo remained after undoing a recall (issue #3065)
* [change_theme] no longer causes a Lua error when theme= is not specified
instead of explicitly set to an empty string.

View file

@ -21,6 +21,8 @@ changelog: https://github.com/wesnoth/wesnoth/blob/1.14/changelog.md
dialog.
* Added a button to access the version info dialog to Preferences.
### Miscellaneous and bug fixes
* Fixed memory leak in terrain filter code. In a huge map with Silver Mages,
it could leak several gigabytes of memory in a long session.
* Fixed: unit halo remained after undoing a recall (issue #3065)