Skip to content

Commit 9cf2ccd

Browse files
authored
Merge pull request #253 from Yoast/feature/3.x/changelog-v3.1.2
Changelog for the 3.1.2 release
2 parents 615cd5b + 59bd807 commit 9cf2ccd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

1010
_Nothing yet._
1111

12+
## [3.1.2] - 2025-02-09
13+
14+
This is a maintenance release.
15+
16+
### Changed
17+
* README: updated sub-section about PHPUnit version support with information about the PHPUnit Polyfills 4.x branch. PR [#249]
18+
* General housekeeping.
19+
20+
<!-- Link to #249 is defined on the 1.1.4 release. -->
21+
22+
1223
## [3.1.1] - 2025-01-12
1324

1425
### Fixed
@@ -389,6 +400,7 @@ Initial release.
389400

390401

391402
[Unreleased]: https://github.com/Yoast/PHPUnit-Polyfills/compare/main...HEAD
403+
[3.1.2]: https://github.com/Yoast/PHPUnit-Polyfills/compare/3.1.1...3.1.2
392404
[3.1.1]: https://github.com/Yoast/PHPUnit-Polyfills/compare/3.1.0...3.1.1
393405
[3.1.0]: https://github.com/Yoast/PHPUnit-Polyfills/compare/3.0.0...3.1.0
394406
[3.0.0]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.4...3.0.0

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.1.1';
25+
const VERSION = '3.1.2';
2626

2727
/**
2828
* Loads a class.

0 commit comments

Comments
 (0)