aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-11-28 21:29:27 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-11-28 21:31:28 -0700
commit68e953ff08d06f9d28995d3ccd6143a1910c9c41 (patch)
tree1623bcf4534e92ce5f307994be9dd1a23ffd3b34
parent5256930d3ffaeda171f34687533167189b535c88 (diff)
downloadpandoc-citeproc-preamble-68e953ff08d06f9d28995d3ccd6143a1910c9c41.tar.gz
changelog
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-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.