From b694cdd9a673642ee957d317dc8849a2e81f6537 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 16 Sep 2018 20:43:25 -0700 Subject: [PATCH] Update changelog. --- changelog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog b/changelog index 5ef674b65..1c3498945 100644 --- a/changelog +++ b/changelog @@ -26,6 +26,8 @@ pandoc (2.3) will be RawBlock (Format `latex`). In most cases it should be trivial to modify the filters to accept `tex` as well. + Refactor and reorganize YAML code (Mauro Bieg). + + Make `example_lists` work for interrupted lists + without `startnum` (#4908). * HTML reader: @@ -202,6 +204,7 @@ pandoc (2.3) + More detail on customization in syntax highlighting section. + Document encoding issue with `--listings` (#4871, Damien Clochard). + Remove docs on removed `--katex-stylesheet` (Mauro Bieg, #4862). + + Use https for context wiki links (#4910). * CONTRIBUTING.md: