aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
1 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 6c05f97..50d1ad8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,10 +4,12 @@ pandoc-citeproc-preamble (1.3-1) UNRELEASED; urgency=medium
than by its 'references' class (see definition of Attr type in
Text.Pandoc.Definition).
This fixes pandoc-citeproc-preamble with pandoc-citeproc >=0.16.3.
- From that release, pandoc-citeproc can add a 'hanging-indent' class to
- the refs Div, which broke pandoc-citeproc-preamble's selecting the
- refs Div.
+ From 0.16.3 onwards, pandoc-citeproc can add a 'hanging-indent' class
+ to the refs Div, which broke pandoc-citeproc-preamble's old method of
+ selecting the refs Div.
* Update for pandoc-types >=1.20.
+ - Add dependency on text-conversions library.
+
* Add a simple integration test.
* README.md: Don't specify a --resolver argument in the sample `stack
install` command.