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-03-12 12:28:40 +0300
committerdiosmosis <benaka@piwik.pro>2015-03-12 12:28:40 +0300
commit984d749a0190c5750c510cb9cba97173afffbc21 (patch)
tree09a99170534ad75cc285f97d15eb93df8d2d82f2 /CHANGELOG.md
parent54bd3f0f18b3ba9edde0823d7f06e0769e5abad7 (diff)
Tweak to core:purge-old-archive-data command help and add command to CHANGELOG.md.
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 82a9d15f10..321875df34 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -25,6 +25,9 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
* `isIpInRange()`
* `getHostByAddr()`
+### New commands
+* There is now a command `core:purge-old-archive-data` that can be used to manually purge temporary, error-ed and invalidated archives from one or more archive tables.
+
## Piwik 2.11.0
### Breaking Changes