From 06817e11180950a2004c1268935d37223b6aef61 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 6 Mar 2013 10:20:56 -0800 Subject: Updated changelog. --- changelog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/changelog b/changelog index fde151417..c49fe97a5 100644 --- a/changelog +++ b/changelog @@ -1,5 +1,8 @@ pandoc (1.11) + * pandoc.cabal: Require latest versions of highlighting-kate, + texmath, citeproc-hs, zip-archive. + * Added `--number-offset` option and `writerNumberOffset` field in `WriterOptions`. The offset is a list of numbers (0 by default). These are added to the section, subsection, etc. @@ -9,6 +12,12 @@ pandoc (1.11) * `Text.Pandoc.Parsing` no longer exposed. (API change.) + * `Text.Pandoc.Highlighting` no longer exposed. (API change.) + + + Moved code for translating listings language names to + highlighting-kate names and back from LaTeX reader to Highlighting. + + Text.Pandoc.Highlighting exports `toListingsLang`, `fromListingsLang` + * `Text.Pandoc.Shared`: Changed type of `Element`. `Sec` now includes a field for `Attr` rather than just `String`. (API change.) @@ -93,6 +102,8 @@ pandoc (1.11) We convert these to pandoc standard names, e.g. `numberLines` for `numbers=left`, `startFrom=100` from `firstnumber=100`. Still need to add code to convert the language names. + + Handle language attribute for lstlistings. + + Better support for Verbatim and minted environments. Closes #763. * Markdown reader: @@ -154,6 +165,8 @@ pandoc (1.11) * Markdown writer: Use grid tables when needed, and if enabled. Closes #740. + * RST writer: Support `:number-lines:` in code blocks. + * Docx writer: + Better treatment of display math. Display math inside a -- cgit v1.2.3