Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38fd8ac commit a7a6956Copy full SHA for a7a6956
src/Symfony/Component/HttpFoundation/CHANGELOG.md
@@ -21,6 +21,7 @@ CHANGELOG
21
* setting session save handlers that do not implement `\SessionHandlerInterface` in
22
`NativeSessionStorage::setSaveHandler()` is not supported anymore and throws a
23
`\TypeError`
24
+ * added `HeaderUtility`
25
26
3.4.0
27
-----
@@ -31,7 +32,6 @@ CHANGELOG
31
32
* deprecated setting session save handlers that do not implement `\SessionHandlerInterface` in `NativeSessionStorage::setSaveHandler()`
33
* deprecated using `MongoDbSessionHandler` with the legacy mongo extension; use it with the mongodb/mongodb package and ext-mongodb instead
34
* deprecated `MemcacheSessionHandler`; use `MemcachedSessionHandler` instead
- * added `HeaderUtility`
35
36
3.3.0
37
0 commit comments