Skip to content

2.1.0

Compare
Choose a tag to compare
@trowski trowski released this 25 Mar 22:37
· 43 commits to 2.x since this release
v2.1.0
409a8f2
  • ContextPanicError is no longer thrown from receive(), send(), and join() in Context. Only ContextException can now be thrown from these methods. A ContextPanicError will be wrapped instead in a ContextException.