aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-04-03 19:31:11 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-04-03 19:31:11 -0700
commit55833fd4a79084e27964871c2f515ff38870fb18 (patch)
tree2db48eeb102b87694d21abdc200e8baf327a8771
parentf25dcacedf693b9a573607051db3a0dcacdf5165 (diff)
downloadpandoc-55833fd4a79084e27964871c2f515ff38870fb18.tar.gz
Updated changelog.
-rw-r--r--changelog8
1 files changed, 6 insertions, 2 deletions
diff --git a/changelog b/changelog
index afba390b5..a28f9a6df 100644
--- a/changelog
+++ b/changelog
@@ -5,8 +5,10 @@ pandoc (1.9.2)
+ Made `lstlisting` work as a proper verbatim environment.
+ Fixed bug parsing LaTeX tables with one column.
- * LaTeX writer: Use `{}` around `ctable` caption, so that formatting
- can be included.
+ * LaTeX writer:
+
+ + Use `{}` around `ctable` caption, so that formatting can be used.
+ + Don't require eurosym package unless document has a €.
* LaTeX template: Added variables for `geometry`, `romanfont`,
`sansfont`, `mathfont`, `mainfont` so users can more easily
@@ -40,6 +42,8 @@ pandoc (1.9.2)
* Markdown reader: Properly handle citations nested in other inline
elements.
+ * Markdown writer: don't replace empty alt in image with "image".
+
* DZSlides: Updated template.html and styles in default template.
Removed bizarre CSS for `q` in dzslides template.