Scalactic v3.2.2 Release Notes
Release Date: 2020-08-25 // over 2 years ago-
๐ ScalaTest 3.2.2 is a point release of ScalaTest that makes a few enhancements and fixes a few bugs.
๐ Changes included:
- โ Remove suite reporter only when the suite's tests are completed. (#1876)
- Skip Await.ready call overhead when the future is already completed at the call site.
- Report actual value of unexpected Try projection.
- Report actual value of unexpected Either projection.
- ๐ Changed SuiteRunner so that the behavior of handling fatal error in parallel execution is consistent with execution in serial. (#1870)
- โจ Enhanced ObjectDiffer to handle diff-ing of objects with cyclic dependency. (#1871)
๐ Thanks to the contributors for the ScalaTest/Scalactic 3.2.2 release:
- Robert Elliot (https://github.com/Mahoney)
- Chua Chee Seng (https://github.com/cheeseng)
- Bill Venners (https://github.com/bvenners)