summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-04-07 15:39:32 -0400
committerBen Gamari <ben@smart-cactus.org>2019-04-07 15:39:32 -0400
commitb9001408d5ef2564a9fcb847d0ec9159b09e68c1 (patch)
treecca525136df04c3fa4373c8b93a13719d933ab1c
parentd6c93748b4d474122ad9868457358deeb39e681f (diff)
downloadhaskell-b9001408d5ef2564a9fcb847d0ec9159b09e68c1.tar.gz
users-guide: Mention fix to #16514
-rw-r--r--8.6.5-notes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/8.6.5-notes.rst b/8.6.5-notes.rst
index 88f7142a1f..ae402a6e3d 100644
--- a/8.6.5-notes.rst
+++ b/8.6.5-notes.rst
@@ -17,6 +17,9 @@ The highlights, since the 8.6.4 release, are:
- A build system issue where use of GCC with ``-flto`` broke ``configure``
was fixed (:ghc-ticket:`16440`)
+- An bug affecting Windows platforms wherein XMM register values could be
+ mangled when entering STG has been fixed (:ghc-ticket:`16514`)
+
- Several packaging issues with the Windows binary distributions have been resolved.
(:ghc-ticket:`16408`, :ghc-ticket:`16398`, :ghc-ticket:`16516`).