diff --git a/CHANGELOG.md b/CHANGELOG.md index e5b27842..eef18d99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -101,6 +101,10 @@ * 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.26.1 (2021-05-28) + + * Fixed PHP 8.1 deprecation warning + ### 1.26.0 (2020-12-14) * Added $dateFormat and $removeUsedContextFields arguments to PsrLogMessageProcessor (backport from 2.x)