From d54e557d1bc8c7028cb2b3635fbbb1d0aab41188 Mon Sep 17 00:00:00 2001 From: josteph Date: Thu, 26 Sep 2019 12:22:53 +0000 Subject: [PATCH] Add #4079 to 1.14.9 changelog too. --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index d4c5bb123463..63bee6448735 100644 --- a/changelog.md +++ b/changelog.md @@ -210,6 +210,10 @@ * Game bans are now also enforced by username. (PR#4139) * Usernames on the host's ignore list are automatically banned. (PR#4143) +## Version 1.14.9+dev + ### Lua API + * wesnoth.deprecate_api was fixed to correctly wrap tables with metatables. (Issue#4079) + ## Version 1.14.9 ### AI: * Fixed a rare crash in attack prediction (issue #4068)