aboutsummaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-05-11 20:51:56 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-05-11 20:52:11 -0700
commit1aec24a169a37a01e446079625f79ea67796e28c (patch)
treeefd745fa8165c8bb6dda03cad1f1d9786e16e404 /changelog
parent206f261194e235186d6516f3628ba8150796ceb8 (diff)
downloadpandoc-1aec24a169a37a01e446079625f79ea67796e28c.tar.gz
Updated changelog.
Diffstat (limited to 'changelog')
-rw-r--r--changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog b/changelog
index f4cd793f6..674276406 100644
--- a/changelog
+++ b/changelog
@@ -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: