aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2016-01-06 14:35:00 +0100
committerBen Gamari <ben@smart-cactus.org>2016-01-06 14:35:00 +0100
commita13d21c688cae176be4505a5a6e9d64739845ea3 (patch)
treeb46e2ca15cf3ca46bd2ce0ab2329e9969608667c /CHANGES
parent6ddd758be0e7b50bd19d33400b3c3013d60786cb (diff)
parent13e1eaf3ca897ffcf1b37d96e2867bc80d4ca64a (diff)
Merge branch 'master' into ghc-head
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2cb0a5e0..f3b90e98 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,15 @@
+Changes in version 2.17.0
+
+ * Included with GHC 8.0.1
+
+ * Support typesetting of mathematical expressions via Mathjax (#397)
+
+ * Describe orphan instances defined in a module in its documentation (#449)
+
+ * Produce specialized type signatures for typeclass methods (#425)
+
+ * Support GCC-like response files (#470)
+
Changes in version 2.16.2
* Generate hyperlinked source ourselves (#410, part of GSOC 2015)