aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2012-02-01 02:57:36 +0100
committerDavid Waern <david.waern@gmail.com>2012-02-01 02:57:36 +0100
commit8b71c997072cfc40af62b0557a973e0754e843b6 (patch)
treedb078e3a135ba08766d8dd78499a33b0877f0a0d /CHANGES
parent89fee20b81f69e08f62de3be285fbee17e83bfea (diff)
Update CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a9014e75..76ac96e2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,19 @@
+Changes in version 2.10.0
+
+ * Require GHC >= 7.4
+
+ * Safe Haskell indications on module pages
+
+ * Type declarations on identifiers no longer necessary
+
+ * Add flag --interface-version
+
+ * Warn when comment refers to in-scope identifier without documentation
+
+ * Bug fix: links to out-of-scope things (#78)
+
+ * Bug fix: module references to other packages work again
+
Changes in version 2.9.4
* Require GHC >= 7.2