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.1] - 2025-01-12
13+
14+ ### Fixed
15+ * AssertContainsOnly::assertContainsNotOnlyInstancesOf(): incorrect parameter name. PR [ #235 ]
16+
17+ ### Changed
18+ * General housekeeping.
19+
20+ [ #235 ] : https://github.com/Yoast/PHPUnit-Polyfills/pull/235
21+
22+
1223## [ 3.1.0] - 2025-01-08
1324
1425### Added
@@ -356,6 +367,7 @@ Initial release.
356367
357368
358369[ Unreleased ] : https://github.com/Yoast/PHPUnit-Polyfills/compare/main...HEAD
370+ [ 3.1.1 ] : https://github.com/Yoast/PHPUnit-Polyfills/compare/3.1.0...3.1.1
359371[ 3.1.0 ] : https://github.com/Yoast/PHPUnit-Polyfills/compare/3.0.0...3.1.0
360372[ 3.0.0 ] : https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.3...3.0.0
361373[ 2.0.3 ] : https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.2...2.0.3
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.0 ' ;
25+ const VERSION = '3.1.1 ' ;
2626
2727 /**
2828 * Loads a class.
You can’t perform that action at this time.
0 commit comments