aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2018-10-16 18:47:24 +0200
committerGitHub <noreply@github.com>2018-10-16 18:47:24 +0200
commit37745e73927a6b15b5d1231cf6a7d720f1d92efa (patch)
treedbfefd2a79043d26eb8d7260a480c5d206195ba4 /CHANGES.md
parent39f591b945bc3e507c3c54ba762b26cb0fb9ded7 (diff)
parentb90465ac987600d09d0f9b9b5afee077925bda06 (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.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/CHANGES.md b/CHANGES.md
index d9ddab54..ee19ae3d 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -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)