diff --git a/auto-update/ChangeLog.md b/auto-update/ChangeLog.md index 6dcb12845..3d6cf4b51 100644 --- a/auto-update/ChangeLog.md +++ b/auto-update/ChangeLog.md @@ -1,5 +1,11 @@ # ChangeLog for auto-update +## 0.2.2 + +* NewAPI: updateThreadName, reaperThreadName, debounceThreadName: + Names can be given via this field to threads + for GHC.Conc.Sync.listThreads. + ## 0.2.1 * Labeling threads. diff --git a/auto-update/auto-update.cabal b/auto-update/auto-update.cabal index b33ad6505..ccac45c1b 100644 --- a/auto-update/auto-update.cabal +++ b/auto-update/auto-update.cabal @@ -1,5 +1,5 @@ name: auto-update -version: 0.2.1 +version: 0.2.2 synopsis: Efficiently run periodic, on-demand actions description: API docs and the README are available at . homepage: https://github.com/yesodweb/wai