aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2009-12-21 16:58:58 +0000
committerDavid Waern <david.waern@gmail.com>2009-12-21 16:58:58 +0000
commitfdd2cb310093c4d6045a378bfd49f18439c2a2fc (patch)
treeae08a6e59ff48a5737590dbbdc3c19955e0b1c57 /CHANGES
parentab883f91ff7af3e541334e687867231228351789 (diff)
Update CHANGES
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a62ad9c7..f2a61500 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,25 @@
+Changes in version 2.6.0:
+
+ * Drop support for GHC 6.10.*
+
+ * Add support for GHC 6.12.1
+
+ * Cross-package documentation: full documentation show up when re-exporting
+ things coming from external packages
+
+ * Lexing and parsing the Haddock comment markup is now done in Haddock
+ again, instead of in GHC
+
+ * Slightly prettier printing of instance heads
+
+ * Support platforms for which GHC has no native code generator
+
+ * Add a flag --print-ghc-libdir
+
+ * Minor bug fixes
+
+-----------------------------------------------------------------------------
+
Changed in version 2.5.0:
* Drop support for GHC 6.8.*