summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2022-02-11 10:45:50 -0500
committerTimothy Sample <samplet@ngyro.com>2022-02-11 11:18:55 -0500
commita3123ab02a41e217163b481cbb8707f82463e539 (patch)
tree6ca13cfdda90bd3e463e6bbdf2410b8926a18dcd
parentec009a89bb315a471b4ba5a066da947c46fe6b07 (diff)
Update NEWS for 0.3.0.HEADv0.3.0master
* NEWS (release 0.3.0): New section.
-rw-r--r--NEWS26
1 files changed, 26 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 352f96f..2718258 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,32 @@
All The Latest Gash News
************************
+Noteworthy changes in release 0.3.0 (2022-02-11)
+================================================
+
+New features
+
+ - Arithmetic expansion.
+ - Simple asynchronous commands.
+ - A language specification is now provided, allowing you to use the
+ evaluator from the Guile REPL by typing ",L sh".
+ - Redirects now honor the 'noclobber' option.
+ - The 'wait' built-in.
+ - The 'umask' built-in can now display the current umask.
+
+Bug fixes
+
+ - An empty command will now reset the status.
+ - The 'read-sh' procedure now reads from 'current-input-port' by
+ default (before it used 'current-output-port').
+
+Miscellaneous improvements
+
+ - Various performance improvements.
+ - Word expansion has been split into two steps, paving the way for a
+ compiler.
+ - Guile 3.0 is now explicitly supported.
+
Noteworthy changes in release 0.2.0 (2019-12-15)
================================================