[commit: packages/containers] cleaned_bugfix394, master, merge-doc-target, merge-fixes-5.9, merge-restrict-fix-5.8, revert-408-bugfix_394: Update changelog.md (653bea7)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:42:26 UTC 2017


Repository : ssh://git@git.haskell.org/containers

On branches: cleaned_bugfix394,master,merge-doc-target,merge-fixes-5.9,merge-restrict-fix-5.8,revert-408-bugfix_394
Link       : http://git.haskell.org/packages/containers.git/commitdiff/653bea723dca81cd3a70f97ae46f39e587fb9899

>---------------------------------------------------------------

commit 653bea723dca81cd3a70f97ae46f39e587fb9899
Author: David Feuer <David.Feuer at gmail.com>
Date:   Tue May 24 14:59:10 2016 -0400

    Update changelog.md


>---------------------------------------------------------------

653bea723dca81cd3a70f97ae46f39e587fb9899
 changelog.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/changelog.md b/changelog.md
index 6619c91..8617f17 100644
--- a/changelog.md
+++ b/changelog.md
@@ -5,6 +5,13 @@
   * Remove all attempts to support nhc98 and any versions of GHC
     before 7.0.
 
+  * Integrate benchmarks with Cabal. (Thanks, Gabriel Gonzalez!)
+  
+  * Make Cabal report required extensions properly, and stop using
+    default extensions. Note that we do *not* report extensions conditionally enabled
+    based on GHC version, as doing so would lead to a maintenance nightmare
+    with no obvious benefits.
+
   * Use `BangPatterns` throughout to reduce noise. This extension
     is now *required* to compile `containers`.
 
@@ -41,6 +48,10 @@
 
   * Speed up deletion and alteration functions for `Data.IntMap`.
 
+  * Improve QuickCheck properties taking arbitrary functions by using
+    `Test.QuickCheck.Function.Fun` instead of evil `Show` instances
+    for functions.
+
 ## 0.5.7.1  *Dec 2015*
 
   * Planned to bundle with GHC 8.0.1.



More information about the ghc-commits mailing list