From cac01f45bb2247d152f649eb1ef30f21fbc28867 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Thu, 21 Nov 2019 17:14:08 -0800
Subject: [PATCH] Update changelog

---
 changelog.md | 6 ++++++
 1 file changed, 6 insertions(+)

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).