blob: 8b7806bc063f984014304d113afc07743a4fb7c4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
## 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
|