SummaryRefsLogTreeCommitDiffStats
path: root/NEWS
diff options
context:
space:
mode:
authoratsb <atsb@atsb>2020-04-22 20:42:17 +0200
committeratsb <atsb@atsb>2020-04-22 20:42:17 +0200
commitb596461e4229784f2a34992d183158c50e7d5192 (patch)
tree2481930784b0204da36191b12ac33878a64fdafa /NEWS
parent6360e88416763db759a8df2afab0b7ab0dfcb36e (diff)
downloadmcron-b596461e4229784f2a34992d183158c50e7d5192.tar.gz
mcron-b596461e4229784f2a34992d183158c50e7d5192.tar.bz2
mcron-b596461e4229784f2a34992d183158c50e7d5192.zip
push new NEWS file
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f8d0d73..c5dc2b9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,14 @@
GNU Mcron NEWS -*- outline -*-
+* Noteworthy changes in release 1.2.0 (2020-04-22) [stable]
+
+** Improvements
+ C code removed, mcron becomes 100% Guile.
+ Make doc/mcron.texi gender neutral.
+ Have src/mcron/scripts/mcron.scm (process-user-file): use read and eval
+ instead of load.
+ New tests added for extra checks.
+
* Noteworthy changes in release 1.1.4 (2020-04-12) [stable]
** Improvements