aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-06-25 15:02:48 +0200
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-06-25 15:04:49 +0200
commit64aee65f62c7184f31d6778d0d3d9b6dc96e4e91 (patch)
tree7ad6aa8dbb8e2e8a7dd43253bc686e6c71cc8a6f /CHANGES
parent526067188c056a5d73e7e44671ca98baf12d666b (diff)
Drop DocParagraph from front of headers
I can not remember why they were wrapped in paragraphs to begin with and it seems unnecessary now that I test it. Closes #307.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6c139538..ee20ca1b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,8 @@ Changes in version 2.15.0
* Always read in prologue files as UTF8 (#286 and Cabal #1721)
+ * parser: don't wrap headers in DocParagraph (#307)
+
Changes in version 2.14.3
* Fix parsing of identifiers with ^ or ⋆ in them (#298)