Changelog entry for commit f861883683

This commit is contained in:
Jyrki Vesterinen 2018-05-24 20:36:22 +03:00
parent bd5be036b7
commit f5609d6911
2 changed files with 4 additions and 0 deletions

View file

@ -179,6 +179,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).