# HG changeset patch # User Michael Granger # Date 1558548975 25200 # Wed May 22 11:16:15 2019 -0700 # Node ID 1a00e0c967d856d28321290fa3be1fc18fd335a4 # Parent d381e9bc342d39f0477d9a10def5f3b66bbd35fb Update history again diff --git a/History.md b/History.md --- a/History.md +++ b/History.md @@ -1,13 +1,16 @@ -## v0.8.0 [2019-01-02] Michael Granger +## v0.8.0 [2019-05-22] Michael Granger Bugfixes: - Fix several issues with socket monitoring. +- Fix bug in signal-handler teardown - Super from the socket monitoring mixin Enhancements: - Add a #sockets_description method to the Reactor. +- Turn on verbose on monitors if $VERBOSE is set +- Super to monitor event handler methods if possible ## v0.7.0 [2018-07-23] Michael Granger