aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorAlec Theriault <alec.theriault@gmail.com>2018-09-22 09:41:23 -0700
committerAlec Theriault <alec.theriault@gmail.com>2018-09-22 09:41:23 -0700
commitfb1db8f48ec97bdb26cac129c582913870e3d1bf (patch)
treeb4b7e80b15497fc80e9017a43cd2a851734f13f4 /CHANGES.md
parent20623767951d24e96985d817f798f7fddb1f5c60 (diff)
Bump haddock-api-2.21.0, haddock-library-1.7.0
* Update CHANGELOGS * Update new versions in Cabal files * Purge references to ghc-8.4/master branches in README
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)