Changelog entry for commit f861883683

(cherry-picked from commit f5609d6911)
This commit is contained in:
Jyrki Vesterinen 2018-05-24 20:36:22 +03:00
parent b68901727b
commit 70c9829b14
2 changed files with 4 additions and 0 deletions

View file

@ -178,6 +178,8 @@
functions that caused a crash-to-desktop when opening Preferences among others
(issue #3050).
* Fixed a crash when using certain invalid color= values.
* 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

@ -45,6 +45,8 @@ changelog: https://github.com/wesnoth/wesnoth/blob/master/changelog.md
* Implemented a workaround for an unhandled std::bad_cast from string comparison
functions that caused a crash-to-desktop when opening Preferences among others
(issue #3050).
* 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).