summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-02-13 08:46:04 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2011-02-13 08:46:04 -0800
commitb1c19998edc84d5a066cd47932bf0849027fbc2d (patch)
treec4c0026b7528f8c963ba948e0a2a34b3a6787a0f /changelog
parentd9c824c2cc8a1ab4ed739db47ae53ccba1de6629 (diff)
Updated changelog.
Diffstat (limited to 'changelog')
-rw-r--r--changelog22
1 files changed, 22 insertions, 0 deletions
diff --git a/changelog b/changelog
index dc2304e91..eb986d7f8 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,25 @@
+pandoc (1.8.1)
+
+ * Added `--ascii` option. Currently supported only in HTML writer,
+ which it causes to use numerical entities instead of UTF-8.
+
+ * EPUB writer: `--toc` now works to provide a table of contents
+ at the beginning of each chapter.
+
+ * LaTeX writer: Change figure defaults to `htbp`.
+ This prevents "too many unprocessed floats." Resolves
+ Issue #285.
+
+ * `Text.Pandoc.UTF8`: Encode filenames even when using recent
+ base.
+
+ * `markdown2pdf`: Fixed filename encoding issues. With help from Paulo
+ Tanimoto. Resolves Issue #286.
+
+ * HTML writer: Put line breaks in section divs.
+
+ * `Text.Pandoc.Shared`: Make `writerSectionDivs` default to False.
+
pandoc (1.8.0.3)
* Fixed Source-repository stanza in cabal file.