All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Suppressed errors on PHP 8 no longer cause failing tests @AlexandruGG
- ApproximatelyMatcher can now compare arrays of floats @ciaranmcnulty
- Collaborator generation didn't happen in some cases @ciaranmcnulty
- Some error diffs caused a strict type error on PHP 8 @ciaranmcnulty
- Dropped support for PHP 7.2 @ciaranmcnulty
- Dropped support for Symfony 4.x < 4.4 @ciaranmcnulty
- More accurate error message for bad during* calls @drupol
- Removed superfluous phpdoc and added bool return types where appropriate @drupol