Skip to content

Commit a053b9d

Browse files
committed
Merge branch '2.x' into 3.x
2 parents a379052 + 562f449 commit a053b9d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
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

0 commit comments

Comments
 (0)