diff options
author | David Waern <david.waern@gmail.com> | 2012-05-16 02:18:32 +0200 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2012-05-16 02:18:32 +0200 |
commit | b011c1a812c54e5f564fff7b15c1350ae5a78154 (patch) | |
tree | 5ce12c3318b64f12cdefd3ed888e691158fc2f7c | |
parent | 23009e2f7655103bbc816eceff0395e1aaeb2324 (diff) |
Update CHANGES.
-rw-r--r-- | CHANGES | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +Changes in version 2.11.0 + + * Show deprecation messages for identifiers + + * List identifiers declared on the same line (with a common type) separately + + * Don't crash on unicode strings in doc comments + + * Fix reporting of modules safe haskell mode + + * Fix a case where we were generating invalid xhtml + + * Better behaviour of the --qual option (no crashes, proper error messages) + + * The Haddock API restores GHC's static flags after invocation + + * Access to unexported identifiers through the Haddock API again + Changes in version 2.10.0 * Require GHC >= 7.4 |