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:
authorLukas Winkler <git@lw1.at>2020-11-02 22:12:09 +0300
committerGitHub <noreply@github.com>2020-11-02 22:12:09 +0300
commitfd1d68cbaac5c8a44aaab335700eba8f3723c754 (patch)
tree40e24a0ddd6fd7d7e2bbd1f471637fd5ee979fc7 /CHANGELOG.md
parent7f58bb49a82ef12f2c1e95834d5e32cc4129086c (diff)
simplified cookies (#14444)
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 2052b3ab11..7dc92b9456 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -121,6 +121,7 @@ These are only recommendations (because we will keep backward compatibility for
* The signature of the event `Segment.addSegments` has been changed. It now has one parameter `SegmentsList $list`, which allows adding new segments to the list
* The core plugin `CustomPiwikJs` has been renamed to `CustomJsTracker`
* The class `Piwik\Plugins\CustomPiwikJs\TrackerUpdater` has been renamed to `Piwik\Plugins\CustomJsTracker\TrackerUpdater`
+* The method `Piwik\Cookie::set` no longer accepts an array as value
* `Zend_Validate` and all subclasses have been completely removed.
* Matomo's mail component (`Piwik\Mail`) has been rewritten:
* Zend_Mail has been removed. `Piwik\Mail` is now an independet class.