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:
authorBen Burgess <88810029+bx80@users.noreply.github.com>2022-01-05 04:33:52 +0300
committerGitHub <noreply@github.com>2022-01-05 04:33:52 +0300
commit8e58db4e411010e0aa558a69a25737cb4ccba7a6 (patch)
treeffb9d4e5c5c4f0584d1a0c542b6d69e298d9b76f
parent647fe105037de7813f785fc30b8b63717aaa465c (diff)
Added a change log entry about the new change notifications feature (#18532)
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2f9774b8c4..5845741e1d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,11 @@ The Product Changelog at **[matomo.org/changelog](https://matomo.org/changelog)*
the `component` property should be used to add a new form field, it should be an object with two properties that reference a Vue component, `plugin` and `name`, where `plugin`
is the plugin the Vue component is located in and `name` is the Vue name of the component's export.
+### New Change Notifications
+
+* Plugins can now provide a list of changes which will be displayed as part of the "What's New?" menu notification. Learn more about how this works in the [developer guide.](https://developer.matomo.org/guides/providing-updates)
+
+
## Matomo 4.6.0
### New Framework