From 8b71c997072cfc40af62b0557a973e0754e843b6 Mon Sep 17 00:00:00 2001 From: David Waern Date: Wed, 1 Feb 2012 02:57:36 +0100 Subject: Update CHANGES. --- CHANGES | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index a9014e75..76ac96e2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,19 @@ +Changes in version 2.10.0 + + * Require GHC >= 7.4 + + * Safe Haskell indications on module pages + + * Type declarations on identifiers no longer necessary + + * Add flag --interface-version + + * Warn when comment refers to in-scope identifier without documentation + + * Bug fix: links to out-of-scope things (#78) + + * Bug fix: module references to other packages work again + Changes in version 2.9.4 * Require GHC >= 7.2 -- cgit v1.2.3 From b011c1a812c54e5f564fff7b15c1350ae5a78154 Mon Sep 17 00:00:00 2001 From: David Waern Date: Wed, 16 May 2012 02:18:32 +0200 Subject: Update CHANGES. --- CHANGES | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 76ac96e2..8af677a4 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 -- cgit v1.2.3 From b9274d69f71e90170054a70aac5a33b6daa49df3 Mon Sep 17 00:00:00 2001 From: David Waern Date: Wed, 16 May 2012 02:35:33 +0200 Subject: Mention the new aliased --qual mode in CHANGES. --- CHANGES | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 8af677a4..527a8fe0 100644 --- a/CHANGES +++ b/CHANGES @@ -10,7 +10,10 @@ Changes in version 2.11.0 * Fix a case where we were generating invalid xhtml - * Better behaviour of the --qual option (no crashes, proper error messages) + * Improved --qual option (no crashes, proper error messages) + + * A new --qual option "aliased" which qualifies identifers by the module alias + used in the source code * The Haddock API restores GHC's static flags after invocation -- cgit v1.2.3