From c78a101b7d6740f12b28a5bbdeecbc58da1302c8 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 24 Sep 2017 21:29:10 -0700 Subject: Fixe another changelog error. --- changelog | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/changelog b/changelog index d4ca51f5a..0a9a98f30 100644 --- a/changelog +++ b/changelog @@ -3528,23 +3528,23 @@ pandoc (1.13.2) Now we still support those, but also support the format recommended for epub metadata in the pandoc README: - --- - title: - - type: main - text: My Book - - type: subtitle - text: An investigation of metadata - creator: - - role: author - text: John Smith - - role: editor - text: Sarah Jones - identifier: - - scheme: DOI - text: doi:10.234234.234/33 - publisher: My Press - rights: (c) 2007 John Smith, CC BY-NC - ... + --- + title: + - type: main + text: My Book + - type: subtitle + text: An investigation of metadata + creator: + - role: author + text: John Smith + - role: editor + text: Sarah Jones + identifier: + - scheme: DOI + text: doi:10.234234.234/33 + publisher: My Press + rights: (c) 2007 John Smith, CC BY-NC + ... * `Text.Pandoc.Templates.getDefaultTemplate`: don't fail when called with "fb2" (#1660). -- cgit v1.2.3