summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS15
1 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 767adb4..785e724 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Copyright (C) 2005, 2006, 2007, 2008, 2009, 2012, 2013, 2016, 2018 Ludovic Courtès <ludo@gnu.org>
+Copyright (C) 2005, 2006, 2007, 2008, 2009, 2012, 2013, 2016, 2018, 2020 Ludovic Courtès <ludo@gnu.org>
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
@@ -6,6 +6,19 @@ Copyright (C) 2005, 2006, 2007, 2008, 2009, 2012, 2013, 2016, 2018 Ludovic Court
+* New in Skribilo 0.9.5
+
+** Skribilo now runs on Guile 3.0 (in addition to 2.x)
+** Guile 1.8 is no longer supported
+
+** ‘document’ markup supports :info-dir-category and :info-dir-entry
+
+These are honored by the Info engine, which uses them as the category
+and entry that show up in the Info “dir” file.
+
+** Info engine: number sections and chapters
+** Lout engine: recognize and replace more Unicode characters in the input
+
* New in Skribilo 0.9.4
** Skribilo now runs on Guile 2.2 (in addition to 2.0 and 1.8)