From 2ea02e816f5cdeb7d07ac2e788ab757d1e2e9058 Mon Sep 17 00:00:00 2001 From: David Waern Date: Mon, 23 Jul 2012 16:57:58 +0200 Subject: Update CHANGES. --- CHANGES | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 527a8fe0..6705a357 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +Changes in version 2.12.0 + + * Labeled URLs (e.g ) + Changes in version 2.11.0 * Show deprecation messages for identifiers @@ -8,7 +12,7 @@ Changes in version 2.11.0 * Fix reporting of modules safe haskell mode - * Fix a case where we were generating invalid xhtml + * Fix a case where we were generating invalid xhtml * Improved --qual option (no crashes, proper error messages) -- cgit v1.2.3 From ad375d43fd04ad533b806352c07d7ceb92ca7b72 Mon Sep 17 00:00:00 2001 From: David Waern Date: Fri, 7 Sep 2012 14:59:24 +0200 Subject: Update CHANGES. --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 6705a357..fdd5f43c 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,8 @@ Changes in version 2.12.0 * Labeled URLs (e.g ) + * Improved memory usage (new dependency: deepseq) + Changes in version 2.11.0 * Show deprecation messages for identifiers -- cgit v1.2.3 From ce09f353cab60e990f6d6b795da5a2db3aeb100d Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Wed, 10 Oct 2012 11:15:19 +0200 Subject: Update ANNOUNCE and CHANGES --- ANNOUNCE | 43 +++++++++---------------------------------- CHANGES | 10 ++++++++++ 2 files changed, 19 insertions(+), 34 deletions(-) (limited to 'CHANGES') diff --git a/ANNOUNCE b/ANNOUNCE index 36df3765..6ff63399 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,41 +1,20 @@ -------------------------------------------- --- Haddock 2.10.0 and 2.11.0 +-- Haddock 2.13.0 -------------------------------------------- -Two new versions of Haddock have been uploaded to Hackage: version -2.10.0 which comes with GHC 7.4.2 and 2.11.0 which comes with the new -GHC 7.6.1! +A new versions of Haddock has been uploaded to Hackage. -------------------------------------------- -- Changes in version 2.12.0 -------------------------------------------- - * Labeled URLs (e.g ) + * Hide instances that are "internal" to a module - * Improved memory usage (new dependency: deepseq) + * Add support for properties in documentation --------------------------------------------- --- 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 bug with spurious superclass constraints - * Fix a case where we were generating invalid xhtml - - * 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 - - * Access to unexported identifiers through the Haddock API again + * Fix and extend the Haddock API -------------------------------------------- -- Links @@ -62,14 +41,10 @@ Code repository: The following people contributed patches to this release: -Paolo Capriotti -Simon Hengel -Ian Lynagh -Simon Peyton Jones -Iavor S. Diatchki -David Terei -Henning Thielemann +Kazu Yamamoto +Roman Cheplyaka David Waern +Simon Hengel -------------------------------------------- -- Get Involved diff --git a/CHANGES b/CHANGES index fdd5f43c..6c4d7137 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,13 @@ +Changes in version 2.13.0 + + * Hide instances that are "internal" to a module + + * Add support for properties in documentation + + * Fix a bug with spurious superclass constraints + + * Fix and extend the Haddock API + Changes in version 2.12.0 * Labeled URLs (e.g ) -- cgit v1.2.3 From d31b961cef67c12349a39d90d6afa7fb3cba18af Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Thu, 11 Oct 2012 12:54:38 +0200 Subject: Update ANNOUNCE and CHANGES --- ANNOUNCE | 6 +++--- CHANGES | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'CHANGES') diff --git a/ANNOUNCE b/ANNOUNCE index 6ff63399..8069437f 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,11 +1,11 @@ -------------------------------------------- --- Haddock 2.13.0 +-- Haddock 2.13.1 -------------------------------------------- A new versions of Haddock has been uploaded to Hackage. -------------------------------------------- --- Changes in version 2.12.0 +-- Changes in version 2.13.1 -------------------------------------------- * Hide instances that are "internal" to a module @@ -24,7 +24,7 @@ Homepage: http://www.haskell.org/haddock Hackage page: - http://hackage.haskell.org/package/haddock-2.12.0 + http://hackage.haskell.org/package/haddock Bugtracker and wiki: http://trac.haskell.org/haddock diff --git a/CHANGES b/CHANGES index 6c4d7137..e68c8f9b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -Changes in version 2.13.0 +Changes in version 2.13.1 * Hide instances that are "internal" to a module -- cgit v1.2.3 From 3d25ea2929a9a9bd0768339b8ac5fd1b7c4670ad Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Fri, 7 Dec 2012 20:28:52 +0100 Subject: Update CHANGES --- CHANGES | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index e68c8f9b..51bb9290 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,14 @@ +Changes in version 2.13.2 + + * Handle HsExplicitListTy in renameer (#213) + + * Allow haddock markup in deprecation messages + + * Export more types from Documentation.Haddock + + * Include everything that is required to run the test suite with the cabal + package (#230) + Changes in version 2.13.1 * Hide instances that are "internal" to a module -- cgit v1.2.3