diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-10-26T23·30+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-10-26T23·30+0000 |
commit | c52dda95a69e02cd62d5ddac6ecf2229fe0c478f (patch) | |
tree | 0712d1b09a99c6898b6a7690646dbc6098ce7737 /NEWS | |
parent | 5fe9222b36ad49d74c84edb04d6bc4a7d844be01 (diff) |
* Bug: check that term is an application.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS index c4d84740bd7f..4384e60cc1c7 100644 --- a/NEWS +++ b/NEWS @@ -56,6 +56,8 @@ Major changes include the following: * Various new operators (e.g., string concatenation). +* Expression evaluation is much faster. + * An Emacs mode for editing Nix expressions (with syntax highlighting and indentation) has been added. |