diff --git a/CHANGELOG.md b/CHANGELOG.md index 82d58a69..adc57df7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -64,6 +64,7 @@ In this release, the schema version has changed from 24 to 25. ### Fixed +- File log configuration, such as `max_size`, being ignored ([#6093]). - Panic on using a single-slash filtering rule. - Panic on shutting down while DNS requests are in process of filtering ([#5948]). @@ -72,6 +73,7 @@ In this release, the schema version has changed from 24 to 25. [#5948]: https://github.com/AdguardTeam/AdGuardHome/issues/5948 [#6020]: https://github.com/AdguardTeam/AdGuardHome/issues/6020 [#6053]: https://github.com/AdguardTeam/AdGuardHome/issues/6053 +[#6093]: https://github.com/AdguardTeam/AdGuardHome/issues/6093