diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-03-24 22:24:15 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-03-24 22:24:15 -0700 |
commit | 90abe3216b70cc3380958d64b8f11a01d327888c (patch) | |
tree | 63ebb571358994eff09e0a0d884b0ac243001bd4 | |
parent | f47b369f37484c153a1d12ca8049c384fb16929b (diff) | |
download | pandoc-90abe3216b70cc3380958d64b8f11a01d327888c.tar.gz |
Updated changelog.
-rw-r--r-- | changelog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ pandoc (1.17.0.3) + * LaTeX writer: Fixed position of label in figures (#2813). + Previously the label wasn't in the right place, and `\ref` + wouldn't work properly. * Added .tei test files to pandoc.cabal so they'll be included in tarball (#2811). * Updated copyright dates. |