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 <tsteur@users.noreply.github.com>2014-08-21 10:46:43 +0400
committerThomas Steur <tsteur@users.noreply.github.com>2014-08-21 10:46:43 +0400
commit0a3d62cedc4f864fa4d573e13696838b80f03c50 (patch)
tree156a7fc2fb5f75e5877985690bee9a05f342f7f9 /CHANGELOG.md
parent3a00cb264448b4cfb9bbec92740e6b4d1610d146 (diff)
refs #6024 added move to composer for loading all files to changelog. Loader.php no longer exists
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 39309b4c45..66a20285af 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,9 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
#### Reporting API
If an API returns an indexed array, it is now possible to use `filter_limit` and `filter_offset`. This was before only possible if an API returned a DataTable.
+#### Internal change
+We removed our own autoloader that was used to load Piwik files in favor of the composer autoloader which we already have been using for some libraries. This means the file `core/Loader.php` will no longer exist. In case you are using Piwik from Git make sure to run `php composer.phar self-update && php composer.phar install` to make your Piwik work again. Also make sure to no longer include `core/Loader.php` in case it is used in any custom script.
+
## Piwik 2.5.0
### Breaking Changes