diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2018-10-16 18:47:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-16 18:47:24 +0200 |
commit | 37745e73927a6b15b5d1231cf6a7d720f1d92efa (patch) | |
tree | dbfefd2a79043d26eb8d7260a480c5d206195ba4 /CHANGES.md | |
parent | 39f591b945bc3e507c3c54ba762b26cb0fb9ded7 (diff) | |
parent | b90465ac987600d09d0f9b9b5afee077925bda06 (diff) |
Merge pull request #945
haddock-api 2.21.0 and haddock-library 1.6.1 release
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -1,13 +1,17 @@ -## TBD / GHC-8.5+ +## Changes in version 2.21.0 * Overhaul handling of data declarations in XHTML and LaTeX. Adds support for documenting individual arguments of constructors/patterns (#709) -## Changes in version 2.20.0 + * Actually list all fixities for `--hoogle` (#871) + + * Fix broken instance source links (#869) -TODO + * Avoiding line breaks due to ling line in the output of `--hoogle` (#868) -## Changes in version 2.19.1 + * Capture docs on type family instances (#867) + +## Changes in version 2.20.0 * Show where instances are defined (#748) |