From 66b048ab3271bcd6b9d3a67fe08b0bef86d0fbad Mon Sep 17 00:00:00 2001 From: s0ftcorn Date: Tue, 27 May 2025 20:15:08 +0200 Subject: [PATCH] Update CHANGELOG.md Added reference to PR like other entries --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63c51a2f..c5960c53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file. The format - **Environment Variables:** - [ENV can be declared with a `__FILE` suffix](https://docker-mailserver.github.io/docker-mailserver/v15.1/config/environment/) to read a value from a file during initial DMS setup scripts ([#4359](https://github.com/docker-mailserver/docker-mailserver/pull/4359)) - - Added additional info about `OVERRIDE_HOSTNAME` in `mailserver.env` + - Added additional info about `OVERRIDE_HOSTNAME` in `mailserver.env` ([#4492](https://github.com/docker-mailserver/docker-mailserver/pull/4492)) - **Internal:** - [`DMS_CONFIG_POLL`](https://docker-mailserver.github.io/docker-mailserver/v15.0/config/environment/#dms_config_poll) supports adjusting the polling rate (seconds) for the change detection service `check-for-changes.sh` ([#4450](https://github.com/docker-mailserver/docker-mailserver/pull/4450))