1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-07-31 02:10:22 +02:00

Update changelog

This commit is contained in:
Jordi Boggiano
2024-11-12 13:43:37 +01:00
parent d2d0341604
commit 5cf826f299

View File

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