diff options
author | Philip Hazelden <philip.hazelden@gmail.com> | 2022-04-09 12:20:40 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-04-09 13:02:59 -0400 |
commit | 20bbf3ace6bda71b28154bec3e840e418440eac0 (patch) | |
tree | 27b32bf12f22fc38ec925befdfb0789081a0917b /libraries | |
parent | 8fafacf7bae432fe20a46265af497b8fb42cbd1c (diff) | |
download | haskell-20bbf3ace6bda71b28154bec3e840e418440eac0.tar.gz |
Update changelog.
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/base/changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md index ed12f00737..e9e46a0102 100644 --- a/libraries/base/changelog.md +++ b/libraries/base/changelog.md @@ -48,6 +48,9 @@ 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). ## 4.16.0.0 *Nov 2021* |