0.6.0
- Correctly display static methods #371
- Ignore when the first constructor parameter is dropped from the signature #378
- Removed overloads are missing, not incompatible #362
- Verify all overloads for result types and signatures #345
Migration notes
The last 2 highlighted changes fix the fact that previously some DirectMissingMethodProblem
s were incorrectly reported as IncompatibleResultTypeProblem
/IncompatibleMethTypeProblem
and vice-versa. If you have added filters for such cases to your project, when upgrading to mima 0.6.0 you might have to update those to filter out DirectMissingMethodProblem
instead (example: https://github.com/akka/akka-http/pull/2656/files).