aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index f96ac325..0b4ca29d 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,6 +2,11 @@
* to be released
+ * Haddock no longer reports coverage statistics for hidden modules. By default
+ cabal-install marks all package internal modules as hidden.
+
+ * Haddock now writes additional information about the documentation to `meta.json`
+
* Fix renaming of type variables after specializing instance method signatures (#613)
* Move markup related data types to haddock-library