Update changelog.

This commit is contained in:
John MacFarlane 2018-05-10 21:48:38 -07:00
parent 3016a9f9df
commit 6eec21e8cb

View file

@ -8,7 +8,7 @@ pandoc (2.2.1)
* LaTeX reader: Handle `$` in `/text{..}` inside math (#4576).
* Org reader (Albert Krewinkel): Fix image filename recognition.
* Org reader: Fix image filename recognition (Albert Krewinkel).
Use a function from the filepath library to check whether a string is a
valid file name. The custom validity checker that was used before gave
wrong results (e.g. for absolute file paths on Windows,