File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments