diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-07-13 17:55:22 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-07-16 07:23:04 -0400 |
commit | 3acbd7ad4a5ee3246c694674e6248a935430104c (patch) | |
tree | 98919ecb309a416ad6b79f26f63d415d2ab22ff9 /docs/users_guide/9.6.1-notes.rst | |
parent | 1bbff35d4ca991c040e5f675554175a06af1554b (diff) | |
download | haskell-3acbd7ad4a5ee3246c694674e6248a935430104c.tar.gz |
rel-notes: Drop mention of #21745 fix
Since we have backported the fix to 9.4.1.
Diffstat (limited to 'docs/users_guide/9.6.1-notes.rst')
-rw-r--r-- | docs/users_guide/9.6.1-notes.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/users_guide/9.6.1-notes.rst b/docs/users_guide/9.6.1-notes.rst index d1eb93aef9..04ea0e3bd2 100644 --- a/docs/users_guide/9.6.1-notes.rst +++ b/docs/users_guide/9.6.1-notes.rst @@ -66,12 +66,6 @@ Compiler - The :extension:`TypeInType` is now marked as deprecated. Its meaning has been included in :extension:`PolyKinds` and :extension:`DataKinds`. -Runtime System -~~~~~~~~~~~~~~ - -- Summary statistics, i.e. the output of :rts-flag:`-s [⟨file⟩]`, now correctly - accounts for bytes copied during sequential collections. - ``base`` library ~~~~~~~~~~~~~~~~ |