diff options
author | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2014-06-25 15:02:48 +0200 |
---|---|---|
committer | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2014-06-25 15:04:49 +0200 |
commit | 64aee65f62c7184f31d6778d0d3d9b6dc96e4e91 (patch) | |
tree | 7ad6aa8dbb8e2e8a7dd43253bc686e6c71cc8a6f /CHANGES | |
parent | 526067188c056a5d73e7e44671ca98baf12d666b (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-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |