aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-02-06 13:53:07 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-02-06 13:53:07 -0800
commit136777e13c5b21d3aa5089b55ac6bfc81b1ffd76 (patch)
treefaa6a4e8912c9cdfc1d50ba43735472997ad4503
parent535f52b196e3ca9b7d56936a9a713d899791ba17 (diff)
downloadpandoc-136777e13c5b21d3aa5089b55ac6bfc81b1ffd76.tar.gz
Updated changelog.
-rw-r--r--changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/changelog b/changelog
index f8d622f86..f86ba286d 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,11 @@
+pandoc (1.9.0.5)
+
+ * Changed cabal file so that build-depends for the test program
+ are not required unless the tests flag is used.
+
+ * LaTeX writer: insert `{}` between adjacent hyphens so they don't
+ form ligatures (dashes) in code spans.
+
pandoc (1.9.0.4)
* Raised version bound on test-framework to avoid problems