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:
authordiosmosis <benaka@piwik.pro>2015-02-10 00:23:30 +0300
committerdiosmosis <benaka@piwik.pro>2015-02-10 00:23:30 +0300
commitffb85c3cd313b593083e4bb765c4a2810e6873aa (patch)
tree5ee957cb7cb7aa578898fa07f56b3505712cbbad /CHANGELOG.md
parent6ef32c1260050c7b4ec04009a8ebd219c6b44a53 (diff)
Refs #6436, #7112 add new duplicate action fixing command to developer changelog.
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 3ff63da0fd..512d74fbf7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,6 +32,9 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
* You can now generate UI / screenshot tests using the command `generate:test`
* During UI tests we do now add a CSS class to the HTML element called `uiTest`. This allows you do hide content when screenshots are captured.
+### New commands
+* A new command (core:fix-duplicate-log-actions) has been added which can be used to remove duplicate actions and correct references to them in other tables. Duplicates were caused by this bug: https://github.com/piwik/piwik/issues/6436
+
### Library updates
* Updated AngularJS from 1.2.26 to 1.2.28
* Updated piwik/device-detector from 2.8 to 3.0