1.4.0
- Avoid concurrently changing the internal collection when executing the keyword
Fork
- Deprecate and hide the keywords
Catch
, in favor of newTryCatch
,TryFinally
andTryCatchFinally
type classes.
Note the release 1.4.0 is binary backward compatible with previous release, but not source backward compatible. Any code that uses the keyword Catch
must modify to use new type classes when recompiling.