Skip to content

Commit a00799f

Browse files
committed
Changelog for the 3.1.0 release
Includes updating the `VERSION` constant in the `Autoload` class.
1 parent b066e78 commit a00799f

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ This projects adheres to [Keep a CHANGELOG](http://keepachangelog.com/) and uses
99

1010
_Nothing yet._
1111

12+
## [3.1.0] - 2025-01-08
13+
14+
### Added
15+
* `Yoast\PHPUnitPolyfills\Polyfills\AssertContainsOnly` trait to polyfill the specialized `Assert::assertContains[Not]Only*()` methods as introduced in PHPUnit 11.5.0. PR [#225].
16+
17+
### Changed
18+
* README: fix links which were broken due to an upstream branch removal. PR [#213].
19+
* README: fixed a few broken badges.
20+
* General housekeeping.
21+
22+
[#213]: https://github.com/Yoast/PHPUnit-Polyfills/pull/213
23+
[#225]: https://github.com/Yoast/PHPUnit-Polyfills/pull/225
24+
25+
1226
## [3.0.0] - 2024-09-07
1327

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

343357

344-
[Unreleased]: https://github.com/Yoast/PHPUnit-Polyfills/compare/3.x...HEAD
358+
[Unreleased]: https://github.com/Yoast/PHPUnit-Polyfills/compare/main...HEAD
359+
[3.1.0]: https://github.com/Yoast/PHPUnit-Polyfills/compare/3.0.0...3.1.0
345360
[3.0.0]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.3...3.0.0
346361
[2.0.3]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.2...2.0.3
347362
[2.0.2]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.1...2.0.2

phpunitpolyfills-autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ final class Autoload {
2222
*
2323
* @var string
2424
*/
25-
const VERSION = '3.0.0';
25+
const VERSION = '3.1.0';
2626

2727
/**
2828
* Loads a class.

0 commit comments

Comments
 (0)