aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-10-22 22:38:58 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-10-22 22:38:58 -0700
commit82d9aa7ca47a58bd771937b33b7dc3dc5938ed89 (patch)
treea1b6bae18db18da25f5b61d2862789c312398f82 /changelog.md
parent51e1a8601f10d2ebed2d4ff66c39959ac56996a7 (diff)
downloadpandoc-82d9aa7ca47a58bd771937b33b7dc3dc5938ed89.tar.gz
Minor reformatting in chargelog.
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/changelog.md b/changelog.md
index ce461caf7..bf8f2a6e4 100644
--- a/changelog.md
+++ b/changelog.md
@@ -283,12 +283,11 @@
* Text.Pandoc.Writers.Shared:
+ Export `splitSentences` as a Doc Text transform [API change].
- Use this in man/ms.
-
- We used to attempt automatic sentence splitting in man and ms
- output, since sentence-ending periods need to be followed by
- two spaces or a newline in these formats. But it's difficult
- to do this reliably at the level of `[Inline]`.
+ Use this in man/ms. We used to attempt automatic sentence
+ splitting in man and ms output, since sentence-ending
+ periods need to be followed by two spaces or a newline in
+ these formats. But it's difficult to do this reliably at
+ the level of `[Inline]`.
* Text.Pandoc.Translations: small revisions for compatibility
with aeson 2.