blob: 971d8dc752c78793f4b943fa1c642a8f3eb034e7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
## TBA
* Support inline markup in markdown-style links (#875)
## Changes in version 1.7.0
* Make `Documentation.Haddock.Parser.Monad` an internal module
## Changes in version 1.6.1
* Replace `attoparsec` with `parsec` (#799)
## Changes in version 1.6.0
* `MetaDoc` stores package name for since annotations
## Changes in version 1.5.0.1
* Support for parsing unicode operators (#458)
## Changes in version 1.5.0
* Bifunctor, Bifoldable and Bitraversable instances for DocH and MetaDoc
* Support for grid tables
* added `DocTable` constructor to `DocH`
* added `Table`, `TableCell` and `TableRow` data types
* added `markupTable` to `DocMarkupH` data type
## Changes in version 1.4.5
* Move markup related data types to haddock-library
|