effect v1.1.0 Release Notes

Release Date: 2019-11-24 // about 6 years ago

    🗄 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.


Previous changes from v0.11.0