Skip to content

Commit

Permalink
README.md updates for v4.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
thejerf committed Feb 16, 2022
1 parent 0cef8e8 commit d565525
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ Changelog

suture uses semantic versioning and go modules.

* 4.0.2:
* Add the ability to specify a handler for non-string panics to format
them.
* Fixed an issue where trying to close a currently-panicked service was
having problems. (This may have leaked goroutines in other ways too.)
* Merged a PR that addresses race conditions in the test suite. (These
seem to have been isolated to the test suite and not have affected the
core code.)
* 4.0.1:
* Add a channel returned from ServeBackground that can be used to
examine any error coming out of the supervisor once it is stopped.
Expand Down

0 comments on commit d565525

Please sign in to comment.