summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3dd88893ded..b1eaf896db7 100644
--- a/NEWS
+++ b/NEWS
@@ -32,6 +32,7 @@ Please send Guix bug reports to bug-guix@gnu.org.
32*** ‘guix graph’ has a new ‘--max-depth’ option 32*** ‘guix graph’ has a new ‘--max-depth’ option
33*** ‘guix deploy’ has a new ‘--execute’ option 33*** ‘guix deploy’ has a new ‘--execute’ option
34*** ‘guix shell’ has a new ‘--emulate-fhs’ option 34*** ‘guix shell’ has a new ‘--emulate-fhs’ option
35*** ‘guix shell’ has a new ‘--symlink’ option
35*** ‘--with-commit’ option now accepts strings returned by ‘git describe’ 36*** ‘--with-commit’ option now accepts strings returned by ‘git describe’
36*** Align tabular data output by commands like ‘guix package --list-available’ 37*** Align tabular data output by commands like ‘guix package --list-available’
37*** Improved ‘guix import go’ importer via a new PEG parser 38*** Improved ‘guix import go’ importer via a new PEG parser
@@ -76,6 +77,7 @@ Please send Guix bug reports to bug-guix@gnu.org.
76*** The GNU Shepherd was upgraded to 0.9.2 77*** The GNU Shepherd was upgraded to 0.9.2
77*** The init RAM disk honors more arguments—e.g. ‘root’ and ‘rootflags’ 78*** The init RAM disk honors more arguments—e.g. ‘root’ and ‘rootflags’
78*** ‘guix system image’ can now generate WSL images 79*** ‘guix system image’ can now generate WSL images
80*** The mcron task scheduler logs now contain the jobs exit statuses
79** Programming interfaces 81** Programming interfaces
80*** Package input fields can now plain package lists 82*** Package input fields can now plain package lists
81*** G-expressions can now be used in build phases 83*** G-expressions can now be used in build phases