Updated changelog.

This commit is contained in:
John MacFarlane 2012-05-11 20:51:56 -07:00
parent 206f261194
commit 1aec24a169

View file

@ -27,6 +27,8 @@ pandoc (1.9.3)
+ Make `\label` and `\ref` sensitive to `--parse-raw`.
If `--parse-raw` is selected, these will be parsed as raw latex
inlines, rather than bracketed text.
+ Don't crash on unknown block commands (like `\vspace{10pt}`)
inside `\author`; just skip them. Closes #505.
* Textile reader: