diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-11-10 21:52:25 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-11-10 21:52:25 +0000 |
commit | 1ba0c8f483e35b1e33b61c9ca66dad3b57cb836a (patch) | |
tree | ee084cf7d04d386201814ce749d94b5c0c31290e | |
parent | bd7f5f3f7c2e699d021628d995b931b37423b93a (diff) | |
download | pandoc-1ba0c8f483e35b1e33b61c9ca66dad3b57cb836a.tar.gz |
Modified debian/changelog -- include last bugfix.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1069 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | debian/changelog | 5 |
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.) |