Skip to content

Commit 4b18b21

Browse files
committed
Update changelog
1 parent a0860dd commit 4b18b21

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 3.6.0 (2024-04-12)
2+
3+
* Added `LineFormatter->setBasePath(...)` that allows removing the project's path from the stack trace output (#1873)
4+
* Added `$includeExtra` option in `PsrHandler` to also use extra data to replace placeholder values in the message (#1852)
5+
* Added ability to customize what is a duplicated message by extending the `DeduplicationHandler` (#1879)
6+
* Added handling for using `GelfMessageFormatter` together with the `AmqpHandler` (#1869)
7+
* Added ability to extend `GoogleCloudLoggingFormatter` (#1859)
8+
* Fixed `__toString` failures in context data crashing the normalization process (#1868)
9+
* Fixed PHP 8.4 deprecation warnings (#1874)
10+
111
### 3.5.0 (2023-10-27)
212

313
* Added ability to indent stack traces in LineFormatter via e.g. `indentStacktraces(' ')` (#1835)

0 commit comments

Comments
 (0)