summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`.