Skip to content

Commit 0c37549

Browse files
committed
Update changelog
1 parent 0ddba73 commit 0c37549

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+
### 3.1.0 (2022-06-09)
2+
3+
* Added `$datetime` parameter to `Logger::addRecord` as low level API to allow logging into the past or future (#1682)
4+
* Added `Logger::useLoggingLoopDetection` to allow disabling cyclic logging detection in concurrent frameworks (#1681)
5+
* Fixed handling of fatal errors if callPrevious is disabled in ErrorHandler (#1670)
6+
* Fixed interop issue by removing the need for a return type in ProcessorInterface (#1680)
7+
* Marked the reusable `Monolog\Test\TestCase` class as `@internal` to make sure PHPStorm does not show it above PHPUnit, you may still use it to test your own handlers/etc though (#1677)
8+
* Fixed RotatingFileHandler issue when the date format contained slashes (#1671)
9+
110
### 3.0.0 (2022-05-10)
211

312
Changes from RC1

0 commit comments

Comments
 (0)