Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordizzy <diosmosis@users.noreply.github.com>2021-07-21 16:50:00 +0300
committerGitHub <noreply@github.com>2021-07-21 16:50:00 +0300
commit51ce3db0a78780476cff5e71f37febb2f47d1a36 (patch)
tree4948b466c4be5dc75cebabf22d28e9954f7783e1 /CHANGELOG.md
parent442c382b8f3f848028c9b7e2bf813ae585ec1214 (diff)
do not introduce breaking change in Mail.send (#17800)
* do not introduce breaking change in Mail.send * there is already an event for this * remove changelog entry
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3d69ae3b78..0e05527857 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,10 +15,6 @@ The Product Changelog at **[matomo.org/changelog](https://matomo.org/changelog)*
* When determining the client IP address from proxy headers like X-Forwarded-For, Matomo will by default look at the first IP in the list. If you need to read the last IP instead, the new INI config option `[General] proxy_ip_read_last_in_list` be set to `1`. Using the last IP can be more secure when you are using proxy headers in combination with a load balancer.
-### Changes to events
-
-* It is now possible via the Mail.send event to abort sending emails. Set the `$mail` event parameter to null to do this.
-
## Matomo 4.3.1
### New commands