From 13fc2b559840e3f893b6c01c68c542a17edd8480 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 28 Dec 2017 22:49:59 -0800 Subject: [PATCH] Changelog typo. --- changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog b/changelog index 960fe381b..8abd16474 100644 --- a/changelog +++ b/changelog @@ -7,7 +7,7 @@ pandoc (2.1) has been removed. * Text.Pandoc.Class: make `FileTree` opaque (don't export - `FileTree` cosntructor). This forces users to interact with it using + `FileTree` constructor). This forces users to interact with it using `insertInFileTree` and `getFileInfo`, which normalize file names. pandoc (2.0.6)