Repository : ssh://darcs.haskell.org//srv/darcs/haddock On branch : ghc-7.4
http://hackage.haskell.org/trac/ghc/changeset/b011c1a812c54e5f564fff7b15c1350ae5a78154 >--------------------------------------------------------------- commit b011c1a812c54e5f564fff7b15c1350ae5a78154 Author: David Waern <[email protected]> Date: Wed May 16 02:18:32 2012 +0200 Update CHANGES. >--------------------------------------------------------------- CHANGES | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/CHANGES b/CHANGES index 76ac96e..8af677a 100644 --- a/CHANGES +++ b/CHANGES @@ -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 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
