summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-07-20 22:40:18 -0400
committerBen Gamari <ben@smart-cactus.org>2022-07-20 22:40:18 -0400
commit2023d7d8e6b0f272b0b72b29114a6fb20ab0b988 (patch)
tree459002be2a258dba544857050981dac08b39017a
parent99f6655e17fb1430478229368e9d0b3f969a2ad2 (diff)
downloadhaskell-2023d7d8e6b0f272b0b72b29114a6fb20ab0b988.tar.gz
base: Drop changelog entry for traceWith, et al.
This won't be introduced until 9.6. Closes #21542.
-rw-r--r--libraries/base/changelog.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index 3746d255f3..3c9e605ae0 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -44,10 +44,6 @@
A [migration guide](https://github.com/haskell/core-libraries-committee/blob/main/guides/no-monadfail-st-inst.md)
is available.
- * Add functions `traceWith`, `traceShowWith`, `traceEventWith` to
- `Debug.Trace`, per
- [CLC #36](https://github.com/haskell/core-libraries-committee/issues/36).
-
* Re-export `augment` and `build` function from `GHC.List`
* Re-export the `IsList` typeclass from the new `GHC.IsList` module.