diff options
Diffstat (limited to 'libraries/base/changelog.md')
-rw-r--r-- | libraries/base/changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md index 06570b5371..8991915db9 100644 --- a/libraries/base/changelog.md +++ b/libraries/base/changelog.md @@ -13,6 +13,8 @@ [Core Libraries proposal](https://github.com/haskell/core-libraries-committee/issues/65). * Add default implementation of `(<>)` in terms of `sconcat` and `mempty` in terms of `mconcat`. + * `GHC.Conc.Sync.listThreads` was added, allowing the user to list the threads + (both running and blocked) of the program. ## 4.17.0.0 *TBA* |