1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-09-03 10:02:39 +02:00

Merge branch '1.x'

This commit is contained in:
Jordi Boggiano
2020-05-22 09:34:33 +02:00
2 changed files with 14 additions and 2 deletions

View File

@@ -67,6 +67,12 @@
* Added support for the PHP 7.x `mongodb` extension in the MongoDBHandler
* Fixed many minor issues in various handlers, and probably added a few regressions too
### 1.25.4 (2020-05-22)
* Fixed GitProcessor type error when there is no git repo present
* Fixed normalization of SoapFault objects containing deeply nested objects as "detail"
* Fixed support for relative paths in RotatingFileHandler
### 1.25.3 (2019-12-20)
* Fixed formatting of resources in JsonFormatter