1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-07-30 09:50:26 +02:00

Update changelog

This commit is contained in:
Jordi Boggiano
2024-12-05 18:15:07 +01:00
parent 074503850b
commit aef6ee73a7

View File

@@ -1,6 +1,8 @@
### Unreleased
### 3.8.1 (2024-12-05)
* Deprecated Monolog\DateTimeImmutable in favor of Monolog\JsonSerializableDateTimeImmutable
* Deprecated Monolog\DateTimeImmutable in favor of Monolog\JsonSerializableDateTimeImmutable (#1928)
* Fixed gelf keys not being valid when context/extra data keys have spaces in them (#1927)
* Fixed empty lines appearing in the stack traces when a custom formatter returned null (#1925)
### 3.8.0 (2024-11-12)