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.2.0 (2023-08-04)
4+
5+ * Feature: Improve error reporting when custom error handler is used.
6+ (#35 by @SimonFrings )
7+
8+ * Improve documentation and simplify examples by updating to new default loop.
9+ (#34 by @clue , #37 by @SimonFrings and #33 by @PaulRotmann )
10+
11+ * Improve test suite, test against PHP 8.2 and update test environment.
12+ (#36 and #38 by @SimonFrings )
13+
314## 1.1.0 (2020-12-21)
415
516* Feature: Add PHP 8 support and improve test suite.
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ This project follows [SemVer](https://semver.org/).
179179This will install the latest supported version:
180180
181181``` bash
182- composer require clue/zlib-react:^1.1
182+ composer require clue/zlib-react:^1.2
183183```
184184
185185See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments