We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d0341 commit 5cf826fCopy full SHA for 5cf826f
CHANGELOG.md
@@ -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
9
### 2.9.3 (2024-04-12)
10
11
* Fixed PHP 8.4 deprecation warnings (#1874)
0 commit comments