summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2005-06-09 19:19:20 +0000
committerPaul Smith <psmith@gnu.org>2005-06-09 19:19:20 +0000
commitdd30b0552ffc4276e1ada07100b7eb4e231805fa (patch)
tree70560f2abb0526fa4dee4e3309f24fb6b202f425 /NEWS
parentaf88a3550a6202361aa9eab7e59d83b0bf2c1610 (diff)
downloadgunmake-dd30b0552ffc4276e1ada07100b7eb4e231805fa.tar.gz
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).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
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).