summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2010-07-24 00:49:02 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2010-07-24 00:49:02 -0700
commit89daf06dd25b2fbff2fbf21377164c8cac21f9ba (patch)
tree35c1213e4ddeef53e5add855963f6f435e46e4f2 /changelog
parent7b56b94095db7558983f5e0a33942acfe31d5ab2 (diff)
Minor changelog changes.
Diffstat (limited to 'changelog')
-rw-r--r--changelog4
1 files changed, 3 insertions, 1 deletions
diff --git a/changelog b/changelog
index 8c6748f63..8a05b35ed 100644
--- a/changelog
+++ b/changelog
@@ -71,6 +71,8 @@ pandoc (1.6)
'--offline'.
+ Added slidy/slidy.min.{css,js}.
+ * Cause horizontal rules to start a new slide in s5 and slidy.
+
* Added grid tables for markdown.
+ Moved generic grid table functions from RST reader -> Parsing.
Here they can be used by the Markdown reader as well.
@@ -91,7 +93,7 @@ pandoc (1.6)
+ Removed writerIncludeBefore & writerIncludeAfter (no
longer used with the new templating system).
- * Added HTMLSlideVariant (Text.Pandoc.Shared).
+ * Added HTMLSlideVariant (Text.Pandoc.Parsing).
* Made KeyTable a map instead of an association list.
+ This affects the RST and Markdown readers.