Skip to content

Commit 5cf826f

Browse files
committed
Update changelog
1 parent d2d0341 commit 5cf826f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 2.10.0 (2024-11-12)
2+
3+
* Added `$fileOpenMode` to `StreamHandler` to define a custom fopen mode to open the log file (#1913)
4+
* Fixed `StreamHandler` handling of write failures so that it now closes/reopens the stream and retries the write once before failing (#1882)
5+
* Fixed `StreamHandler` error handler causing issues if a stream handler triggers an error (#1866)
6+
* Fixed `JsonFormatter` handling of incomplete classes (#1834)
7+
* Fixed `RotatingFileHandler` bug where rotation could sometimes not happen correctly (#1905)
8+
19
### 2.9.3 (2024-04-12)
210

311
* Fixed PHP 8.4 deprecation warnings (#1874)

0 commit comments

Comments
 (0)