What's Changed
- fix: normalize value class arguments in EqMatcher for consistent comparison by @edwardmp in https://github.com/mockk/mockk/pull/1440
- Add configurable logging to withArg & withNullableArg by @OsaSoft in https://github.com/mockk/mockk/pull/1441
- docs(readme): document suppressing superclass calls by @ch200203 in https://github.com/mockk/mockk/pull/1444
- Fix for issue #110...