Bugfixes
- Fix a false negative when removing all method implementations from a trait (with results in the loss of the trait's "initialisation" method, which is binary incompatible). #426 / #448 (kindly reported by @travisbrown)
Other improvements
- Clarify the
IncompatibleSignatureProblem
message & link to the docs in the README. #435 by @raboof
- Test infra: run the functional tests, to ensure they're correct. Motivated by the false negative in #426. #427 / #444
- Restore sbt 1.2.8 support. #453
- Lots and lots of cleanup and refactoring. See the entire changelog details.
For full details see the milestone and/or the changelog.