diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-07-13 17:55:22 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2022-07-13 18:13:30 -0400 |
commit | e160f0dab27dc5e7475bd7785d93b243d62643b7 (patch) | |
tree | f9b6ec3631ae686b070033a9e91cd99b5efdd38e | |
parent | 6a9e44932945bfcc2f2eb169bd175ab029d9bf72 (diff) | |
download | haskell-wip/T21745-relnotes.tar.gz |
rel-notes: Drop mention of #21745 fixwip/T21745-relnotes
Since we have backported the fix to 9.4.1.
-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 ~~~~~~~~~~~~~~~~ |