diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d2151c4..a9c03f79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,7 +41,7 @@ The most noteworthy change of this release is the update of the container's base ### Fixes - DMS config files that are parsed line by line are now more robust to parse by detecting and fixing line-endings ([#3819](https://github.com/docker-mailserver/docker-mailserver/pull/3819)) -- variables related to Rspamd are declared as `readonly`, which would cause warnings in the log when being re-declared; we now guard agains this issue ([#3837](https://github.com/docker-mailserver/docker-mailserver/pull/3837)) +- Variables related to Rspamd are declared as `readonly`, which would cause warnings in the log when being re-declared; we now guard against this issue ([#3837](https://github.com/docker-mailserver/docker-mailserver/pull/3837)) ## [v13.3.1](https://github.com/docker-mailserver/docker-mailserver/releases/tag/v13.3.1)