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-08-18 14:36:24 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-08-18 14:36:24 +0300
commit87fbda91e28a945156719a1059cf77f175543faf (patch)
tree824c0a0ba31e3db8398e71fc590950541425f112 /CHANGELOG.md
parentde5f4f219a8eb2b6d23129bb2bf767581b5c3320 (diff)
fix sync processed system tests is no longer possible
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b1275ca901..b109cee2e2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,9 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
### Breaking Changes
* The method `Dimension::getId()` has been set as `final`. It is not allowed to overwrite this method.
+### Internal Change
+* The option `branch` of the console command `development:sync-system-test-processed` was removed as it is no longer needed.
+
## Piwik 2.14.0
### Breaking Changes