diff --git a/ghc-resourcet.changes b/ghc-resourcet.changes index 9df8eca..b88efed 100644 --- a/ghc-resourcet.changes +++ b/ghc-resourcet.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon May 14 17:02:11 UTC 2018 - psimons@suse.com + +- Update resourcet to version 1.2.1. + * Support `exceptions-0.10`. + * Drop `monad-control` and `mmorph` dependencies + * Change behavior of `runResourceT` to match `runResourceTChecked` + * `runResourceTChecked`, which checks if any of the cleanup actions + threw exceptions and, if so, rethrows them. __NOTE__ This is + probably a much better choice of function than `runResourceT`, and + in the next major version release, will become the new behavior of + `runResourceT`. + * Added `MonadUnliftIO` instances and `UnliftIO.Resource` + ------------------------------------------------------------------- Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com