Changelog entry for commit f861883683
(cherry-picked from commit f5609d6911
)
This commit is contained in:
parent
b68901727b
commit
70c9829b14
2 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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).
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue