From 26b368389e5996a52a4afe7f718365e33bd16f91 Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Thu, 23 Feb 2023 15:57:20 +0100 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff65e1b..8bfe760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v0.1.82 + +* extension: add registerLoggingChannel() for registering a new logging channel +* logging: Allow disabling log masking via registerLoggingChannel() for specific channels +* bundle: this bundle now depends on the monolog bundle and requires it to be loaded + # v0.1.76 * cron: The `dbp:relay:core:cron` command will no longer run all jobs the first -- GitLab