summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-01-18 00:22:54 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-01-18 08:18:46 -0800
commit49c395e3907bdd3fc9dd1dd0f1da45b918c5211d (patch)
treea51fb3da5f06b600a6e45a69c77b9f5d31d69b6f
parenteae790485325ba6993b29d7b3ad638fefb1d21ee (diff)
Updaet changelog.
-rw-r--r--changelog11
1 files 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: