From 49c395e3907bdd3fc9dd1dd0f1da45b918c5211d Mon Sep 17 00:00:00 2001 From: John MacFarlane <jgm@berkeley.edu> Date: Thu, 18 Jan 2018 00:22:54 -0800 Subject: [PATCH] Updaet changelog. --- changelog | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/changelog b/changelog index afb24bbf0..677a88cfe 100644 --- a/changelog +++ b/changelog @@ -19,8 +19,9 @@ pandoc (2.1.1) math may contain line breaks. If it does, we put the math in an `aligned` environment to simulate `rst2latex.py`'s behavior. - * HTML reader: Fix col width parsing for percentages < 10% (#4262, - n3fariox). + * HTML reader: + + + Fix col width parsing for percentages < 10% (#4262, n3fariox). * LaTeX reader: @@ -51,6 +52,11 @@ pandoc (2.1.1) contains a simple parsec parser. At the moment, only simple hyperlink fields are accepted, but that can be extended in the future. + * Muse reader (Alexander Krotov): + + + Parse `~~` as non-breaking space in Text::Amuse mode. + + Refactor list parsing. + * Powerpoint writer (Jesse Rosenthal): + Change reference to `notesSlide` to `endNotesSlide`. @@ -100,6 +106,7 @@ pandoc (2.1.1) they're in. We make the `envCurSlideId` available to blocks. + Move `curSlideId` to environment. + Allow setting `toc-title` in metadata. + + Link notes to endnotes slide. * Markdown writer: