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
commit718188e02b79d6e8657171caf560e4bda89e7c76 (patch)
tree70560f2abb0526fa4dee4e3309f24fb6b202f425 /NEWS
parenta8569e652d9423de6c1b5c421b8dad996ca0c258 (diff)
downloadmake-718188e02b79d6e8657171caf560e4bda89e7c76.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 7b863a5a..b3a56346 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).