1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-09-08 20:20:40 +02:00

Merge branch '2.x'

This commit is contained in:
Jordi Boggiano
2023-02-06 14:46:10 +01:00
4 changed files with 54 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
### 3.3.1 (2023-02-06)
* Fixed Logger not being serializable anymore (#1792)
### 3.3.0 (2023-02-06)
* Deprecated FlowdockHandler & Formatter as the flowdock service was shutdown (#1748)
@@ -80,6 +84,10 @@ New deprecations:
value equal to what `Logger::WARNING` was giving you.
- `Logger::getLevelName()` is now deprecated.
### 2.9.1 (2023-02-06)
* Fixed Logger not being serializable anymore (#1792)
### 2.9.0 (2023-02-05)
* Deprecated FlowdockHandler & Formatter as the flowdock service was shutdown (#1748)