Skip to content

Commit b028894

Browse files
committed
Changelog for v0.2.2
1 parent 656e9dc commit b028894

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,32 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [Version 0.2.2] – 2022-09-05
8+
9+
### Fixed
10+
11+
* Fix a PHP 8.2 deprecation warning ([#27], props @brettmc)
12+
* Add PHP 8.x to the GitHub Actions testing matrix
13+
* Update PHPStan to 1.8
14+
* Clean up deprecation warnings related to PHPUnit Bridge
15+
716
## [Version 0.2.1] — 2021-04-15
817

18+
### Fixed
19+
920
* Mark tests that use `defineFunction()` or `deleteFunction()` as skipped if Runkit is unavailable ([#25])
1021
* Fix coding standards, remove unused namespace imports ([#22], props [@peter279k](https://github.com/peter279k))
1122

12-
1323
## [Version 0.2.0] — 2020-11-23
1424

25+
### Added
26+
1527
* Introduce a [new `AssertWell\PHPUnitGlobalState\Functions` trait](docs/Functions.md) ([#17])
1628
* Introduce an `AssertWell\PHPUnitGlobalState\Support\Runkit` support class ([#15])
17-
* Simplify the cleanup between tests of of the private properties that hold changes ([#16])
1829

30+
### Updated
31+
32+
* Simplify the cleanup between tests of of the private properties that hold changes ([#16])
1933

2034
## [Version 0.1.0] — 2020-09-25
2135

@@ -25,13 +39,14 @@ Initial public release of the package, with the following traits:
2539
* [`AssertWell\PHPUnitGlobalState\EnvironmentVariables`](docs/EnvironmentVariables.md)
2640
* [`AssertWell\PHPUnitGlobalState\GlobalVariables`](docs/GlobalVariables.md)
2741

28-
2942
[Unreleased]: https://github.com/assertwell/phpunit-global-state/compare/master...develop
3043
[Version 0.1.0]: https://github.com/assertwell/phpunit-global-state/tag/v0.1.0
3144
[Version 0.2.0]: https://github.com/assertwell/phpunit-global-state/tag/v0.2.0
3245
[Version 0.2.1]: https://github.com/assertwell/phpunit-global-state/tag/v0.2.1
46+
[Version 0.2.2]: https://github.com/assertwell/phpunit-global-state/tag/v0.2.2
3347
[#15]: https://github.com/assertwell/phpunit-global-state/pull/15
3448
[#16]: https://github.com/assertwell/phpunit-global-state/pull/16
3549
[#17]: https://github.com/assertwell/phpunit-global-state/pull/17
3650
[#22]: https://github.com/assertwell/phpunit-global-state/pull/22
3751
[#25]: https://github.com/assertwell/phpunit-global-state/pull/25
52+
[#27]: https://github.com/assertwell/phpunit-global-state/pull/27

0 commit comments

Comments
 (0)