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:
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3740aa0639..b1275ca901 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
## Piwik 2.15.0
### Breaking Changes
-* We marked the method `Dimension::getId()` as final.
+* The method `Dimension::getId()` has been set as `final`. It is not allowed to overwrite this method.
## Piwik 2.14.0
@@ -334,4 +334,4 @@ We are using `@since` annotations in case we are introducing new API's to make i
-->
Find the general Piwik Changelogs for each release at [piwik.org/changelog](http://piwik.org/changelog/)
- \ No newline at end of file
+