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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2014-11-14 01:21:21 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-11-14 01:21:21 +0300
commit90129349049e9d9c941b7b69000998b588aa9f66 (patch)
treee299c056b842a2966bec74a93b017610a516225e /CHANGELOG.md
parenta10ac7c953196313ee6391db3a20a4507cd53c50 (diff)
parent04b435910ca020a6034b38925afb05322f0fdb26 (diff)
Merge branch 'master' into tmp-path
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b8c4bb17b6..1b7bb934b1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,7 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
### Deprecations
* Most methods of `Piwik\IP` have been deprecated in favor of the new [piwik/network](https://github.com/piwik/component-network) component.
+* The file `tests/PHPUnit/phpunit.xml` is no longer needed in order to run tests and we suggest to delete it. The test configuration is now done automatically if possible. In case the tests do no longer work check out the `[tests]` section in `config/global.ini.php`
### Library updates
* Code for manipulating IP addresses has been moved to a separate standalone component: [piwik/network](https://github.com/piwik/component-network). Backward compatibility is kept in Piwik core.