summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-09-14 19:03:07 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-09-14 19:03:07 -0700
commit5529d9d9f53a78e430531b88ee60cb0e38a70580 (patch)
treef1868610a6c5005d4323106406d54ee0941a1e13 /changelog
parenteea28a484f0ed9fd46a2d8dafd565e65b1f6c8cb (diff)
Typo in changelog.
Diffstat (limited to 'changelog')
-rw-r--r--changelog8
1 files changed, 4 insertions, 4 deletions
diff --git a/changelog b/changelog
index 19f5558fe..5943fd33c 100644
--- a/changelog
+++ b/changelog
@@ -242,10 +242,10 @@
+ Added `Ext_lists_without_preceding_blankline`,
`Ext_ascii_identifiers`, `Ext_ignore_line_breaks`,
`Ext_yaml_metadataBlock` to `Extension`.
- + Changed `writerSourceDir` to `writerSourceURL` and changed the type to
- a `Maybe`. `writerSourceURL` is set to 'Just url' when the first
- command-line argument is an absolute URL. (So, relative links will be
- resolved in relation to the first page.) Otherwise, 'Nothing'.
+ + Changed `writerSourceDirectory` to `writerSourceURL` and changed the
+ type to a `Maybe`. `writerSourceURL` is set to 'Just url' when the
+ first command-line argument is an absolute URL. (So, relative links
+ will be resolved in relation to the first page.) Otherwise, 'Nothing'.
+ All bibliography-related fields have been removed from
`ReaderOptions` and `WriterOptions`: `writerBiblioFiles`,
`readerReferences`, `readerCitationStyle`.