From dd30b0552ffc4276e1ada07100b7eb4e231805fa Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Thu, 9 Jun 2005 19:19:20 +0000 Subject: Fix Savannah bug #11913: ensure that scopes such as foreach, etc. take precedence over the global scope when they're used in a global context (such as an eval). --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 7b863a5..b3a5634 100644 --- a/NEWS +++ b/NEWS @@ -36,7 +36,8 @@ Version 3.81beta3 * The "else" conditional line can now be followed by any other legal conditional on the same line: this does not increase the depth of the - conditional nesting. + conditional nesting, so only one "endif" is required to close the + conditional. * All pattern-specific variables that match a given target are now used (previously only the first match was used). -- cgit v1.2.3