aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-05-10 21:48:38 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-05-10 21:48:38 -0700
commit6eec21e8cba633fbb26e5374a44806321033a13e (patch)
tree5074ba4db2103d6c1466d5c3fb6fb96af85a02d7
parent3016a9f9df0d0bd7d510df5c292917f929772bea (diff)
downloadpandoc-6eec21e8cba633fbb26e5374a44806321033a13e.tar.gz
Update changelog.
-rw-r--r--changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog b/changelog
index def9ff553..285e39e2d 100644
--- a/changelog
+++ b/changelog
@@ -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,