From 87685816e8414e24dccc902d2bb083de264307a4 Mon Sep 17 00:00:00 2001 From: Chris Beck Date: Sat, 22 Nov 2014 17:26:44 -0500 Subject: [PATCH] Update RELEASE_NOTES --- RELEASE_NOTES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 942887cca14..6ee87126892 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -208,6 +208,9 @@ If you must, you can disable the feature in one of the following ways: [*] [code] result, err = pcall ( possible_global_var ~= nil ) [/code] [*] [code] result = rawget(_G, "possible_global_var") [/code] [/list] + +Note that this change already revealed a bug in our core WML API as soon as it was implemented. +https://github.com/wesnoth/wesnoth/commit/d31253f585bd1e111705f59bdc37012ff6675f38 [/list] [section="Example section 2"]