aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-11-21 17:14:08 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-11-21 17:14:08 -0800
commitcac01f45bb2247d152f649eb1ef30f21fbc28867 (patch)
tree37098a038e93732dd12cd6ee4f19678367c7252f /changelog.md
parentff8d143836f80fb3928a2f3ac7ffe77e547f28f3 (diff)
downloadpandoc-cac01f45bb2247d152f649eb1ef30f21fbc28867.tar.gz
Update changelog
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 53d199e5a..6e200cc6d 100644
--- a/changelog.md
+++ b/changelog.md
@@ -203,6 +203,7 @@
unnecessarily in e.g. `rawLaTeXBlock`.
+ Add KOMA-Script metadata commands (#5910, Andrew Dunning).
Add all titling commands to existing definition for `\dedication`.
+ + Parse `\micro` siunitx unit command (#5921, Jose Luis Duran).
* Markdown writer:
@@ -223,6 +224,7 @@
disable `raw_attribute` in the writer.
+ Prefer `pipe_tables` to raw HTML even when we must
lose width information (#2608, #4497).
+ + Improve escaping in list items (#5918).
* AsciiDoc writer:
@@ -371,6 +373,10 @@
name-part elements. (#5629)
+ Add `abstract` to template (Mauro Bieg).
+ * TEI writer:
+
+ + Don't strip hash from internal links (#5922).
+
* Jira writer:
+ Remove escapeStringForJira for code blocks (Jan-Otto Kröpke).