From 64b1ff2292c1f4e248523a01aac6657a985d7697 Mon Sep 17 00:00:00 2001 From: Charles Dang Date: Sun, 4 Feb 2018 01:35:12 +1100 Subject: [PATCH] Added changelog note about missing [event] name= raising error [ci skip] --- changelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog b/changelog index 25b1db1f619..4a128f25640 100644 --- a/changelog +++ b/changelog @@ -68,6 +68,8 @@ Version 1.13.10+dev: * Lua errors now cause as a condition to fail instead of pass. * New formula= key in [set_variable] allows evaluating a WFL formula with the variable, which may be either a scalar or a container. + * A missing [event] name= key will now raise a WML error instead of being + silently ignored. * Miscellaneous and bug fixes: * Fixed crash after canceling add-on download (bug #2203) * Fixed ingame help showing units you haven't encountered (bug #2135)