0.3.1 ----- * Fixed test suite. 0.3 --- * Moved `CatchT` to `Control.Monad.Catch.Pure` to make it clear it isn't required for working with `IO`. 0.2.1 --- * Added `mask_` and `uninterruptibleMask_` to `Control.Monad.Catch`. 0.2 --- * Added `uninterruptibleMask` to `MonadCatch`. 0.1.1 ----- * Flagged `Control.Monad.Catch` as `Trustworthy` 0.1.0.1 ----- * License fix. We were accidentally listing both an APL and BSD3 license in the same module 0.1 --- * Repository initialized