From a094f4253bfc845a9a3bf8c4b18b759028d69d9d Mon Sep 17 00:00:00 2001 From: Jyrki Vesterinen Date: Thu, 24 May 2018 20:31:25 +0300 Subject: [PATCH] Changelog entry for commit 57fd9cc5867dabcedb951209e955043f51d3272d --- changelog.md | 2 ++ players_changelog.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index 922aebd6e644..d78b2058c9a4 100644 --- a/changelog.md +++ b/changelog.md @@ -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. diff --git a/players_changelog.md b/players_changelog.md index 2320c041b8bb..9a032ee1918c 100644 --- a/players_changelog.md +++ b/players_changelog.md @@ -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)