aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1ce453691..1a73a93c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,6 +27,10 @@ pandoc (0.45) unstable; urgency=low
* Markdown reader: Require space before title in links and references.
This fixes a bug in parsing URLs like http://silly/url(withparen).
+ * RST reader: Fixed bug in parsing of code blocks. Previously a
+ full tab indent was required, but RST allows code to be indented
+ any amount. Resolves Issue #27.
+
* HTML writer: Don't produce HTML for table of contents if there are
no headers. (This would be an empty list, which is invalid XHTML.)