diff options
author | Simon McVittie <smcv@debian.org> | 2017-06-22 09:19:53 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2017-06-22 09:19:53 +0100 |
commit | ac16c6fc90f15e81f0213b584c741038036d338f (patch) | |
tree | cc1d79e3556d6425a11b0459c688b24afab2474a /debian | |
parent | 453e07fd9ffec6fe6a9fd9d7c802c48477dadb25 (diff) | |
download | ikiwiki-ac16c6fc90f15e81f0213b584c741038036d338f.tar ikiwiki-ac16c6fc90f15e81f0213b584c741038036d338f.tar.gz |
debian: Document more past changes
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 437890a7b..b29c309ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,12 @@ ikiwiki (3.20170112) UNRELEASED; urgency=medium the right place to write wiki content, and in particular this breaks websetup if osm's dependencies are not installed, even if the osm plugin is not actually enabled. (Closes: #719913) + * toc: if the heading is of the form <h1 id="...">, use that for + the link in the table of contents (but continue to generate + <a name="index42"></a> in case someone was relying on it) + * color: Do not leak markup into contexts that take only the plain + text, such as toc + * meta: Document [[!meta name="foo" content="bar"]] -- Simon McVittie <smcv@debian.org> Sun, 14 May 2017 15:34:52 +0100 |