[commit: ghc] ghc-8.4: 8.4.2-notes: Make wording on #13930 a bit stronger (11cb70b)
git at git.haskell.org
git at git.haskell.org
Sun May 20 18:35:53 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.4
Link : http://ghc.haskell.org/trac/ghc/changeset/11cb70ba4f6bdad1cceb770bdd96f543c185dd7f/ghc
>---------------------------------------------------------------
commit 11cb70ba4f6bdad1cceb770bdd96f543c185dd7f
Author: Ben Gamari <ben at smart-cactus.org>
Date: Wed May 2 16:00:23 2018 -0400
8.4.2-notes: Make wording on #13930 a bit stronger
>---------------------------------------------------------------
11cb70ba4f6bdad1cceb770bdd96f543c185dd7f
docs/users_guide/8.4.2-notes.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/users_guide/8.4.2-notes.rst b/docs/users_guide/8.4.2-notes.rst
index 7e182f3..e36c3be 100644
--- a/docs/users_guide/8.4.2-notes.rst
+++ b/docs/users_guide/8.4.2-notes.rst
@@ -11,7 +11,8 @@ This is a bug-fix release resolving several regressions introduced in 8.4.1.
The highlights, since the 8.4.1 release, are:
- Fixed a regression causing uses of ``Control.Exception.evaluate`` to be
- incorrectly optimised, resulting in space leaks (:ghc-ticket:`13930`)
+ incorrectly optimised, resulting in incorrect evaluation behavior
+ (:ghc-ticket:`13930`)
- Fix a regression causing the interpreter to segmentation fault when built with
profiling (:ghc-ticket:`14705`)
More information about the ghc-commits
mailing list