π The do_return function which was previously used to support returning values from @do functions is now deprecated. In Python 3, we can just use return statements.
π The very last bare-except: clause was removed from the Effect library, meaning that KeyboardInterrupt and SystemExit should no longer be swallowed by effect performance.
Incompatible changes:
π Features:
π Thanks to @manishtomar who contributed the work for this release.