summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@redhat.com>2021-02-13 11:45:38 -0500
committerShaun McCance <shaunm@redhat.com>2021-02-13 11:45:38 -0500
commite47548f7a8ff5425819d3eac5d2867a45fc072cf (patch)
tree01580363dab07491b6f4e57acdbd85f01daf656f
parent7002af5e4b068d8d0ff6e130408d9990498c5a33 (diff)
downloadyelp-xsl-e47548f7a8ff5425819d3eac5d2867a45fc072cf.tar.gz
Version 40.beta40.beta
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c3013821..1cc5a6fd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+40.beta
+=======
+* Added new text templates for easier CSS editing
+* Updated bundled highlight.js and added SML highlighter
+* Added experimental links styles for the GNOME 40 help
+* Added html.grid.size parameter to templatize CSS grid size
+* Hide sidebars by default at 720px
+* Updated COPYING file, which was pretty out of date
+* Some documentation updates and improvements
+* Updated translations:
+ be (Źmicier Turok)
+ ca (Jordi Mas)
+ nb (Kjartan Maraas)
+ pt (Juliano de Souza Camargo)
+
3.38.1
======
* Updated translations:
diff --git a/configure.ac b/configure.ac
index 5470bacc..bc4f09bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# Do not split AC_INIT across multiple lines without making localbuild.sh smarter
-AC_INIT([yelp-xsl],[3.38.1],[https://gitlab.gnome.org/gnome/yelp-xsl/issues])
+AC_INIT([yelp-xsl],[40.beta],[https://gitlab.gnome.org/gnome/yelp-xsl/issues])
AC_CONFIG_MACRO_DIR([m4])