aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-11-10 21:52:25 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-11-10 21:52:25 +0000
commit1ba0c8f483e35b1e33b61c9ca66dad3b57cb836a (patch)
treeee084cf7d04d386201814ce749d94b5c0c31290e /debian/changelog
parentbd7f5f3f7c2e699d021628d995b931b37423b93a (diff)
downloadpandoc-1ba0c8f483e35b1e33b61c9ca66dad3b57cb836a.tar.gz
Modified debian/changelog -- include last bugfix.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1069 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a19e92c12..b0f2eb40e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -40,7 +40,10 @@ pandoc (0.45) unstable; urgency=low
+ Parse fields associated with '.. image::' blocks, and use 'alt'
field, if given, for image alt and title attributes.
- * LaTeX reader: Modified specialChar so that '"' characters are parsed.
+ * LaTeX reader:
+
+ + Modified specialChar so that '"' characters are parsed.
+ + Fixed a bug in parsing of \[ \] math blocks (thanks to Mark Kalderon).
* 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.)