From bda29be2f58e371ed37921c343d7e29260876d6d Mon Sep 17 00:00:00 2001 From: Nicolas <nbtetreault@gmail.com> Date: Tue, 6 Jan 2015 08:21:54 -0500 Subject: [PATCH] Update CHANGELOG.md typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79d6020320..ddcb2ee75b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API' ## Piwik 2.10.0 ### Breaking Changes -* API responses containing visitor information will now longer contain the fields `screenType` and `screenTypeIcon` as those reports have been completely removed +* API responses containing visitor information will no longer contain the fields `screenType` and `screenTypeIcon` as those reports have been completely removed * os, browser and browser plugin icons are now located in the DevicesDetection and DevicePlugins plugin. If you are not using the Reporting or Metadata API to get the icon locations please update your paths. * The deprecated method `Piwik\SettingsPiwik::rewriteTmpPathWithHostname()` has been removed. * The following events have been removed: -- GitLab