Skip to content

Commit 2f68d4e

Browse files
committed
Changelog for the 2.0.2 release
Includes updating the `VERSION` constant in the `Autoload` class.
1 parent eebfcfb commit 2f68d4e

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

1010
_Nothing yet._
1111

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+
1227
## [2.0.1] - 2024-04-05
1328

1429
### Added
@@ -254,6 +269,7 @@ Initial release.
254269

255270

256271
[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
257273
[2.0.1]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.0...2.0.1
258274
[2.0.0]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.2...2.0.0
259275
[1.1.2]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.1...1.1.2
@@ -276,3 +292,4 @@ Initial release.
276292
[Pascal Birchler]: https://github.com/swissspidy
277293
[Phil E. Taylor]: https://github.com/PhilETaylor
278294
[Pierre Gordon]: https://github.com/pierlon
295+
[Tonya Mork]: https://github.com/hellofromtonya

phpunitpolyfills-autoload.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ final class Autoload {
1919
*
2020
* @var string
2121
*/
22-
const VERSION = '2.0.1';
22+
const VERSION = '2.0.2';
2323

2424
/**
2525
* Loads a class.

0 commit comments

Comments
 (0)