Dsl.scala v1.4.0 Release Notes

Release Date: 2019-06-23 // almost 5 years ago
    • Avoid concurrently changing the internal collection when executing the keyword Fork
    • ๐Ÿ—„ Deprecate and hide the keywords Catch, in favor of new TryCatch, TryFinally and TryCatchFinally 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.