summaryrefslogtreecommitdiff
path: root/libraries/base/changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/changelog.md')
-rw-r--r--libraries/base/changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index 376bd6c34f..ae23e9fb10 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -71,6 +71,9 @@
* `InfoProv` now has additional `ipSrcFile` and `ipSrcSpan` fields. `ipLoc`
is now a function computed from these fields.
* The `whereFrom` function has been moved
+ * Add functions `traceWith`, `traceShowWith`, `traceEventWith` to
+ `Debug.Trace`, per
+ [CLC proposal #36](https://github.com/haskell/core-libraries-committee/issues/36).
* Refactor `generalCategory` to stop very large literal string being inlined to call-sites.
([CLC proposal #130](https://github.com/haskell/core-libraries-committee/issues/130))
* Add INLINABLE pragmas to `generic*` functions in Data.OldList ([CLC proposal #129](https://github.com/haskell/core-libraries-committee/issues/130))