Skip to content

Commit ac44ccc

Browse files
committed
Update changelog
1 parent 4a70fb3 commit ac44ccc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### 1.25.2 (2019-11-13)
2+
3+
* Fixed normalization of Traversables to avoid traversing them as not all of them are rewindable
4+
* Fixed setFormatter/getFormatter to forward to the nested handler in FilterHandler, FingersCrossedHandler, BufferHandler and SamplingHandler
5+
* Fixed BrowserConsoleHandler formatting when using multiple styles
6+
* Fixed normalization of exception codes to be always integers even for PDOException which have them as numeric strings
7+
* Fixed normalization of SoapFault objects containing non-strings as "detail"
8+
* Fixed json encoding across all handlers to always attempt recovery of non-UTF-8 strings instead of failing the whole encoding
9+
110
### 1.25.1 (2019-09-06)
211

312
* Fixed forward-compatible interfaces to be compatible with Monolog 1.x too.

0 commit comments

Comments
 (0)