From 81dcedaaca33ea8c6f4ad0a3286e1550e65ce17a Mon Sep 17 00:00:00 2001 From: josteph Date: Thu, 26 Sep 2019 12:20:37 +0000 Subject: [PATCH] Add #4079 to changelog. --- changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.md b/changelog.md index 87bd524e793..d4c5bb12346 100644 --- a/changelog.md +++ b/changelog.md @@ -27,6 +27,9 @@ * Added Tb mushroom base terrain, which can be used alone or as Tb^Tf when a terrain with the fungus-only stats is wanted ### User interface * Draw ellipses during draw/sheath animations. (Issue#1527) + ### Lua API + * Accessing wesnoth.theme_items.unit_status no longer prevents the unit + status (poisoned/slowed/etc) from being shown in the sidebar. (Issue#4079) ### WML engine * Ranges can now have upper limit "infinity" instead of using a big number like "99" or "99999" * Print a deprecation warning for `[terrain_type]`'s partly-implemented `vision_alias`