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:
authorMatthieu Aubry <mattab@users.noreply.github.com>2020-07-02 04:13:00 +0300
committerGitHub <noreply@github.com>2020-07-02 04:13:00 +0300
commit54fc2015cd61dc3452ef11f0c0786285e0c6f313 (patch)
treea7962d7fa02aff804718a12ff0d8f5eb3f553a19 /CHANGELOG.md
parentc6bb7314071c18cf0ef54a4e35d3531314e68792 (diff)
Clarify developer changelog as it's not clear that we would keep BC for these (#16170)
* Clarify developer changelog as it's not clear that we would keep BC for these * Update CHANGELOG.md Co-authored-by: Thomas Steur <tsteur@users.noreply.github.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 058bcbb067..28e9e96fcf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,7 +24,7 @@ The Product Changelog at **[matomo.org/changelog](https://matomo.org/changelog)*
#### Recommendations for Matomo JS tracker
-The following changes are recommendations and don't have to be done as we will still support them for many years. However, it could change in the future.
+These are only recommendations (because we will keep backward compatibility for many more years), but we do recommend you update your code for consistency and for future proofing your tracking:
* If using the `piwik_ignore` css class to ignore outlinks we recommend replacing it with `matomo_ignore`
* If using the `piwik_download` css class to mark a link as download we recommend replacing it with `matomo_download`