aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5999e49..2f64076 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Version 0.14.0
+
+ * Allow unseparated scope-qualified variable assignment and expansion.
+
+ For example, now the following:
+
+ foo/x = y
+ info $(foo/x)
+
+ Is equivalent to:
+
+ foo/ x = y
+ info $(foo/ x)
+
+ While this makes scope-qualified syntax consistent with target-qualified,
+ it also means that variable names that contain directory separators are
+ now effectively reserved.
+
Version 0.13.0
* Support for project-specific configuration.