Skip to content

Commit 049509f

Browse files
committed
Prepare v1.7.0 release
1 parent a432423 commit 049509f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ This project follows [SemVer](https://semver.org/).
292292
This 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

298298
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

0 commit comments

Comments
 (0)