summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-02-05 10:25:36 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2011-02-05 10:25:36 -0800
commitdbdc3434731cfd82ef4cff2fb491c401d4b43329 (patch)
tree004fa406e903528af49249c76781b61a241cc5b8 /changelog
parent6c0e86d1444e401af2590287a86c1963043fee2e (diff)
Updated changelog.
Diffstat (limited to 'changelog')
-rw-r--r--changelog32
1 files changed, 31 insertions, 1 deletions
diff --git a/changelog b/changelog
index b3283d297..a4a1fbb45 100644
--- a/changelog
+++ b/changelog
@@ -1,4 +1,34 @@
-pando (1.8.0.1)
+pandoc (1.8.0.2)
+
+ * HTML writer:
+
+ + Stringify alt text instead of converting to HTML.
+ + Break lines after block elements, not inside tags.
+ HTML output now closely resembles that of tidy. Resolves Issue #134.
+
+ * Markdown reader: Fixed bug in footnote block parser (pointed out
+ by Jesse Rosenthal). The problem arose when the blank line
+ at the end of a footnote block contained indenting spaces.
+
+ * Shared: Improved 'normalize' function so it normalizes Spaces too.
+ In normal form, Space elements only occur to separate two non-Space
+ elements. So, we never have [Space], or [, ..., Space].
+
+ * Tests:
+
+ + Improved Arbitrary instance.
+ + Added timeout for test instances.
+
+ * README:
+
+ + Added section on four-space rule for lists. Resolves Issue #283.
+ + Clarified optional arguments on math options.
+
+ * markdown2pdf: Fixed bug with output file extensions.
+ Previously `markdown2pdf test.txt -o test.en.pdf` would produce
+ `test.pdf`, not `test.en.pdf`. Thanks to Paolo Tanimoto for the fix.
+
+pandoc (1.8.0.1)
* Revised Interact.hs so that it works with the CPP macros
in the UTF8 module.