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-17 11:32:06 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-08-21 12:48:32 +0300
commit67b2eedc770dfe8df86372cbaae47dd60d4acb2a (patch)
tree2d5a85069fd9abf5898f69a98392f18f6ddc29f2 /CHANGELOG.md
parent500202b12aa8879c7deb09035792c9aab99f9da2 (diff)
added new event to 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 60398b2f1c..cb3d3ac563 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,9 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
### Internal Change
* The option `branch` of the console command `development:sync-system-test-processed` was removed as it is no longer needed.
+### APIs
+* There is a new event `CronArchive.getIdSitesNotUsingTracker` that allows you to set a list of idSites that do not use the Tracker API to make sure we archive these sites if needed.
+
## Piwik 2.14.0
### Breaking Changes