diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |