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
9
9
10
10
_ Nothing yet._
11
11
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
+
12
23
## [ 3.1.1] - 2025-01-12
13
24
14
25
### Fixed
@@ -389,6 +400,7 @@ Initial release.
389
400
390
401
391
402
[ 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
392
404
[ 3.1.1 ] : https://github.com/Yoast/PHPUnit-Polyfills/compare/3.1.0...3.1.1
393
405
[ 3.1.0 ] : https://github.com/Yoast/PHPUnit-Polyfills/compare/3.0.0...3.1.0
394
406
[ 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 {
22
22
*
23
23
* @var string
24
24
*/
25
- const VERSION = '3.1.1 ' ;
25
+ const VERSION = '3.1.2 ' ;
26
26
27
27
/**
28
28
* Loads a class.
You can’t perform that action at this time.
0 commit comments