summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@redhat.com>2020-03-06 15:53:42 -0800
committerShaun McCance <shaunm@redhat.com>2020-03-06 15:53:42 -0800
commitba2accef7cc3f1157bf7ece5add1450f6a6f3001 (patch)
treec80897ba5277155e4df1217f3c80dbff7d7378f2
parent5a537f2ab8a16c299d29d5e70c70cd13ad9a6cd4 (diff)
downloadyelp-xsl-ba2accef7cc3f1157bf7ece5add1450f6a6f3001.tar.gz
Version 3.36.03.36.0
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7c7af195..c2c226ce 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+3.36.0
+======
+* Added a syntax highlighter for Ducktype
+* Support multiple desc elements for links (MEP-0008)
+* Fixed missing link when group specified twice on topic links
+* Typo fix in docs
+* Updated translations:
+ dz (Andre Klapper)
+ en_GB (Zander Brown)
+ ms (Umarzuki Bin Mochlis Moktar)
+ tr (Emin Tufan Çetin)
+
3.34.2
======
* Updated translations:
diff --git a/configure.ac b/configure.ac
index 6e0aa2f6..a7adeec3 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.34.2],[https://gitlab.gnome.org/gnome/yelp-xsl/issues])
+AC_INIT([yelp-xsl],[3.36.0],[https://gitlab.gnome.org/gnome/yelp-xsl/issues])
AC_CONFIG_MACRO_DIR([m4])