Changelog entry for pull request #3169
(cherry-picked from commit cf2b1ed873
)
This commit is contained in:
parent
b3e63cb173
commit
b4e417d0dc
2 changed files with 2 additions and 0 deletions
|
@ -184,6 +184,7 @@
|
|||
* 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).
|
||||
* Fixed: unit halo intensity doubled during AMLA animation.
|
||||
* [change_theme] no longer causes a Lua error when theme= is not specified
|
||||
instead of explicitly set to an empty string.
|
||||
* Lua random map generator: fixed error when flipping map; specifically this
|
||||
|
|
|
@ -48,6 +48,7 @@ changelog: https://github.com/wesnoth/wesnoth/blob/master/changelog.md
|
|||
* 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).
|
||||
* Fixed: unit halo intensity doubled during AMLA animation.
|
||||
|
||||
|
||||
## Version 1.13.12
|
||||
|
|
Loading…
Add table
Reference in a new issue