Skip to content

Latest commit

 

History

History
82 lines (61 loc) · 3.58 KB

CHANGES-v7.md

File metadata and controls

82 lines (61 loc) · 3.58 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.

Added

Changed

Fixed

  • Restore ScalarMatcher priority for PHP > 8.0 @bsod85

Added

Changed

Added

Fixed

  • Deprecation notices for dynamic properties under PHP 8.2 @gquemener
  • Fixed CI config for PHP 8.2 @rogervila

Added

Fixed

  • Error when checking an Exception with unset properties is thrown @jmleroux
  • Sort order of default matchers made consistent between PHP 7/8 @dannyvw
  • Removed redundant cast @driesvints

Changed

  • Ship fewer files in the archive versions @drupol

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