summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog b/changelog
index 6174594c6..2de22f487 100644
--- a/changelog
+++ b/changelog
@@ -204,6 +204,8 @@ pandoc (1.14)
+ Fixed `htmlTag` (#1820). If the tag parses as a comment, we check
to see if the input starts with `<!--`. If not, it's bogus comment
mode and we fail `htmlTag`.
+ + Handle `base` tag; if it has an `href` value, this is added to
+ all relative URLs in links and images.
* DocBook reader: look inside "info" elements for section titles (#1931).