From 9fa07b376dd52ee8bbcc074e59d36af3f3f2536d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 26 Oct 2004 17:01:35 +0000 Subject: * String/path concatenation operator (`+'). --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index b130b4c50064..c4d84740bd7f 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. -- cgit 1.4.1