Skip to content

Commit

Permalink
Merge pull request #232 from Yoast/feature/changelog-3.1.0
Browse files Browse the repository at this point in the history
Changelog for the 3.1.0 release
  • Loading branch information
jrfnl authored Jan 8, 2025
2 parents b066e78 + a00799f commit 59b3f8f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ This projects adheres to [Keep a CHANGELOG](http://keepachangelog.com/) and uses

_Nothing yet._

## [3.1.0] - 2025-01-08

### Added
* `Yoast\PHPUnitPolyfills\Polyfills\AssertContainsOnly` trait to polyfill the specialized `Assert::assertContains[Not]Only*()` methods as introduced in PHPUnit 11.5.0. PR [#225].

### Changed
* README: fix links which were broken due to an upstream branch removal. PR [#213].
* README: fixed a few broken badges.
* General housekeeping.

[#213]: https://github.com/Yoast/PHPUnit-Polyfills/pull/213
[#225]: https://github.com/Yoast/PHPUnit-Polyfills/pull/225


## [3.0.0] - 2024-09-07

### PHPUnit 11 support
Expand Down Expand Up @@ -341,7 +355,8 @@ As of version 2.15.0 of the `shivammathur/setup-php` action for GitHub Actions,
Initial release.


[Unreleased]: https://github.com/Yoast/PHPUnit-Polyfills/compare/3.x...HEAD
[Unreleased]: https://github.com/Yoast/PHPUnit-Polyfills/compare/main...HEAD
[3.1.0]: https://github.com/Yoast/PHPUnit-Polyfills/compare/3.0.0...3.1.0
[3.0.0]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.3...3.0.0
[2.0.3]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.2...2.0.3
[2.0.2]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.1...2.0.2
Expand Down
2 changes: 1 addition & 1 deletion phpunitpolyfills-autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ final class Autoload {
*
* @var string
*/
const VERSION = '3.0.0';
const VERSION = '3.1.0';

/**
* Loads a class.
Expand Down

0 comments on commit 59b3f8f

Please sign in to comment.