Breaking changes
A new `EqualHandler` was added and the old implementation was renamed and is available in `EqualNanHandler`. To keep the previous behaviour, you needs to replace `EqualHandler` by `EqualNanHandler` in your code.
What's Changed
* [BC] Rename` EqualHandler` to `EqualNanHandler` by durandtibo in https://github.com/durandtibo/coola/pull/600
* Add `EqualHandler` by durandtibo in https://github.com/durandtibo/coola/pull/601
* Improve and clean some tests by durandtibo in https://github.com/durandtibo/coola/pull/603
* Release version `0.7.0` by durandtibo in https://github.com/durandtibo/coola/pull/602
**Full Changelog**: https://github.com/durandtibo/coola/compare/v0.6.2...v0.7.0