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:
authorThomas Steur <thomas.steur@gmail.com>2015-07-21 11:54:54 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-07-21 11:54:54 +0300
commitab82d4f8bee0dfce8dbd7a3c5c961bc76da10334 (patch)
treef52341c07a3d8bdd0db0aaf40d7fae781700ac43 /CHANGELOG.md
parentd0c93e6fa77bdcfdab2d3cb66301a5144fd3addd (diff)
set Dimension::getId as final
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e2c1a20fa6..3740aa0639 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
This is a changelog for Piwik platform developers. All changes for our HTTP API's, Plugins, Themes, etc will be listed here.
+## Piwik 2.15.0
+
+### Breaking Changes
+* We marked the method `Dimension::getId()` as final.
+
## Piwik 2.14.0
### Breaking Changes