Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.3 KB

CHANGES-v7.md

File metadata and controls

29 lines (22 loc) · 1.3 KB

Changelog

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.

Fixed

  • Suppressed errors on PHP 8 no longer cause failing tests @AlexandruGG

Added

  • ApproximatelyMatcher can now compare arrays of floats @ciaranmcnulty

Fixed

Changed

  • 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