Commit 2f68d4e 1 parent eebfcfb commit 2f68d4e Copy full SHA for 2f68d4e
File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,21 @@ This projects adheres to [Keep a CHANGELOG](http://keepachangelog.com/) and uses
9
9
10
10
_ Nothing yet._
11
11
12
+ ## [ 2.0.2] - 2024-09-07
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 3.x branch. PR [ #188 ]
18
+ * README: FAQ updated with info about ability to polyfill the removed ` expectDeprecation*() ` methods et al. PR [ #187 ] , props [ Tonya Mork] .
19
+ * README: links to the PHPUnit manual now point explicitly to the PHPUnit 10.x documentation. PR [ #190 ]
20
+ * General housekeeping.
21
+
22
+ [ #187 ] : https://github.com/Yoast/PHPUnit-Polyfills/pull/187
23
+ <!-- Link to #188 is defined on the 1.1.2 release. -->
24
+ [ #190 ] : https://github.com/Yoast/PHPUnit-Polyfills/pull/190
25
+
26
+
12
27
## [ 2.0.1] - 2024-04-05
13
28
14
29
### Added
@@ -254,6 +269,7 @@ Initial release.
254
269
255
270
256
271
[ Unreleased ] : https://github.com/Yoast/PHPUnit-Polyfills/compare/2.x...HEAD
272
+ [ 2.0.2 ] : https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.1...2.0.2
257
273
[ 2.0.1 ] : https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.0...2.0.1
258
274
[ 2.0.0 ] : https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.2...2.0.0
259
275
[ 1.1.2 ] : https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.1...1.1.2
@@ -276,3 +292,4 @@ Initial release.
276
292
[ Pascal Birchler ] : https://github.com/swissspidy
277
293
[ Phil E. Taylor ] : https://github.com/PhilETaylor
278
294
[ Pierre Gordon ] : https://github.com/pierlon
295
+ [ Tonya Mork ] : https://github.com/hellofromtonya
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ final class Autoload {
19
19
*
20
20
* @var string
21
21
*/
22
- const VERSION = '2.0.1 ' ;
22
+ const VERSION = '2.0.2 ' ;
23
23
24
24
/**
25
25
* Loads a class.
You can’t perform that action at this time.
0 commit comments