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-10-22 08:39:01 +0400
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-10-29 07:47:51 +0300
commitbbbf9acea29e10b9b9b2da1def68fbebc1efef6c (patch)
tree411dfffb5b0dcbb1923c54dadd49a6d991248307 /CHANGELOG.md
parentd9aef0c397045484a3848106b57de99f7cdeddbe (diff)
Extracted the Piwik\IP class into a standalone Network component
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 700c488886..c2d56776b5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,12 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
### Breaking Changes
* Development related [console commands](http://developer.piwik.org/guides/piwik-on-the-command-line) are only available if the development mode is enabled. To enable the development mode execute `./console development:enable`.
+### Deprecations
+* Most methods of `Piwik\IP` have been deprecated in favor of the new [piwik/network](https://github.com/piwik/component-network) component.
+
+### 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.
+
## Piwik 2.8.2
### Library updates