You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-3Lines changed: 18 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,32 @@ All notable changes to this project will be documented in this file.
4
4
5
5
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).
6
6
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
+
7
16
## [Version 0.2.1] — 2021-04-15
8
17
18
+
### Fixed
19
+
9
20
* Mark tests that use `defineFunction()` or `deleteFunction()` as skipped if Runkit is unavailable ([#25])
0 commit comments