aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-05-13 20:55:02 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-05-13 20:55:02 -0700
commitdc51114320e49945be191cbc3886ad6b4970c72a (patch)
tree3bdf17994e3131a866edc039fc8ed35953f3ffa4
parente06810499e69b23f08fc1f8fb7e774e7b11be713 (diff)
downloadpandoc-dc51114320e49945be191cbc3886ad6b4970c72a.tar.gz
Updated changelog.
-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).