aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2008-08-03 22:39:17 +0000
committerDavid Waern <david.waern@gmail.com>2008-08-03 22:39:17 +0000
commitfb07ac5de335569dde51c52a63bf48ad6c6b2dbf (patch)
tree82ffcaf390d6f94cb0ff5c982836bd577be58c6e /CHANGES
parent9b3fa59c6a9d678408e594435fe8f44e4587c2f4 (diff)
Update CHANGES
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES21
1 files changed, 19 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 76adbbeb..c531fcbc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,23 @@
-Changes in version 2.2.0:
+Changes in version 2.2.1:
- * It is not longer required to specify the path to GHC's lib dir
+ * Support for GHC 6.8.3
+
+ * The Hoogle backend is back, thanks to Neil Mitchell. The plan is to be
+ compatible with the upcoming Hoogle 4 pre-release
+
+ * Show associated types in the documentation for class declarations
+
+ * Show type family declarations
+
+ * Show type equality predicates
+
+ * Major bug fixes (#1 and #44)
+
+ * It is no longer required to specify the path to GHC's lib dir
+
+ * Remove unnecessary parenthesis in type signatures
+
+-----------------------------------------------------------------------------
Changes in version 2.1.0: