@@ -5,8 +5,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
77## [ 7.2.0]
8- ### Added
9- - TeamCityFormatter added
8+
9+ ## Added
10+ - PHP 8.1 support [ @ADmad ] ( https://github.com/ADmad ) , [ @iambrosi ] ( https://github.com/iambrosi ) , [ @jaylinski ] ( https://github.com/jaylinski )
11+ - Symfony 6.0 support [ @loic425 ] ( https://github.com/ADmad )
12+ - TeamCity formatter [ @AyrtonRicardo ] ( https://github.com/AyrtonRicardo )
13+ - Display any Specs that have been ignored (e.g. due to broken namespaces) [ @gquemener ] ( https://github.com/gquemener )
14+ - Temporarily disallow intersection types when requesting Mocks [ @ciaranmcnulty ] ( https://github.com/ciaranmcnulty )
15+
16+ ## Fixed
17+ - Error when checking an Exception with unset properties is thrown [ @jmleroux ] ( https://github.com/jmleroux )
18+ - Sort order of default matchers made consistent between PHP 7/8 [ @dannyvw ] ( https://github.com/dannyvw )
19+ - Removed redundant cast [ @driesvints ] ( https://github.com/drupol )
20+
21+ ## Changed
22+ - Ship fewer files in the archive versions [ @drupol ] ( https://github.com/drupol )
1023
1124## [ 7.1.0]
1225### Fixed
@@ -27,7 +40,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2740 - Dropped support for Symfony 4.x < 4.4 [ @ciaranmcnulty ] ( https://github.com/ciaranmcnulty )
2841 - More accurate error message for bad during* calls [ @drupol ] ( https://github.com/drupol )
2942 - Removed superfluous phpdoc and added bool return types where appropriate [ @drupol ] ( https://github.com/drupol )
30-
43+
44+ [ 7.2.0 ] : https://github.com/phpspec/phpspec/compare/7.1.0...7.2.0
3145[ 7.1.0 ] : https://github.com/phpspec/phpspec/compare/7.0.1...7.1.0
3246[ 7.0.1 ] : https://github.com/phpspec/phpspec/compare/7.0.0...7.0.1
3347[ 7.0.0 ] : https://github.com/phpspec/phpspec/compare/6.2.2...7.0.0
0 commit comments