diff options
author | David Waern <david.waern@gmail.com> | 2008-08-03 22:39:17 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2008-08-03 22:39:17 +0000 |
commit | fb07ac5de335569dde51c52a63bf48ad6c6b2dbf (patch) | |
tree | 82ffcaf390d6f94cb0ff5c982836bd577be58c6e | |
parent | 9b3fa59c6a9d678408e594435fe8f44e4587c2f4 (diff) |
Update CHANGES
-rw-r--r-- | CHANGES | 21 |
1 files changed, 19 insertions, 2 deletions
@@ -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: |