From 25d1af263cc08a7fa1ac1ee6f12cd6cc57802a38 Mon Sep 17 00:00:00 2001 From: diosmosis Date: Mon, 16 Mar 2015 20:15:08 -0700 Subject: Add deprecations of Updates methods to CHANGELOG.md. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 321875df34..4e81aab57d 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()` +### Deprecations +* Update classes should not declare static `getSql()` and `update()` methods anymore. It is still supported to use those, but developers should instead override the `Updates::getMigrationQueries()` and `Updates::doUpdate()` instance methods. + ### 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. -- cgit v1.2.3