about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2004-10-26T17·01+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2004-10-26T17·01+0000
commit9fa07b376dd52ee8bbcc074e59d36af3f3f2536d (patch)
treeef2d6d8d32b8a7c87c5396ab3b34b7fafa3810f1 /NEWS
parentee401afad81dc7759c66829372826f98268ae606 (diff)
* String/path concatenation operator (`+').
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b130b4c500..c4d84740bd 100644
--- a/NEWS
+++ b/NEWS
@@ -49,8 +49,13 @@ Major changes include the following:
 
 * Nix expression language changes:
 
+  * New language construct: `with E1; E2' brings all attributes
+    defined in the attribute set E1 in scope in E2.
+
   * Added a `map' function.
 
+  * Various new operators (e.g., string concatenation).
+
 * An Emacs mode for editing Nix expressions (with syntax highlighting
   and indentation) has been added.