We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4238f6b commit 3b169f7Copy full SHA for 3b169f7
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# CHANGELOG
2
3
+## [2.0.4](https://github.com/josantonius/php-cookie/releases/tag/2.0.4) (2022-08-08)
4
+
5
+* The error handler was removed as it could override a previously created error handler or be
6
+easily overridden by another error handler.
7
8
+* Functions were added to perform what was done from the error handler.
9
10
## [2.0.3](https://github.com/josantonius/php-cookie/releases/tag/2.0.3) (2022-07-31)
11
12
Removed the warning about version 1.x in the README.md files.
0 commit comments