summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-09-24 21:29:10 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-09-24 21:29:10 -0700
commitc78a101b7d6740f12b28a5bbdeecbc58da1302c8 (patch)
treee42298ceebb546f6072a7615af1f7fe7745ec6fe
parented3a1d10b6ac32120f9dc9db793387ba04c949b7 (diff)
Fixe another changelog error.
-rw-r--r--changelog34
1 files 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).