File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.7.0 (2023-12-20)
4+
5+ * Feature: Full PHP 8.3 and PHP 8.2 compatibility.
6+ (#51 by @yadaiio and #50 by @clue )
7+
8+ * Feature / Fix: Improve error reporting when custom error handler is used.
9+ (#47 by @SimonFrings )
10+
11+ * Improve test suite and ensure 100% code coverage.
12+ (#46 by @SimonFrings , #48 and #50 by @clue and #51 by @yadaiio )
13+
314## 1.6.0 (2022-02-21)
415
516* Feature: Support PHP 8.1 release.
Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ This project follows [SemVer](https://semver.org/).
292292This will install the latest supported version:
293293
294294``` bash
295- $ composer require clue/stream-filter:^1.6
295+ $ composer require clue/stream-filter:^1.7
296296```
297297
298298See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments