diff --git a/CHANGES.rst b/CHANGES.rst index 56b727aa3..9ef6260d0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,6 +6,9 @@ Changes - Print stack trace for outputs from ``schedule`` invoker functions tasks instead of silently catching exceptions. +- Handle close and receive errors for websockets and cleanly close already + opened websockets on service exit. + 0.8.2 (2018-02-28) ------------------