8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d880946 commit b641717Copy full SHA for b641717
src/Symfony/Component/HttpFoundation/CHANGELOG.md
@@ -12,6 +12,7 @@ CHANGELOG
12
`*` and `*/*` default values (if they are present in the Accept HTTP header)
13
when looking for items.
14
* deprecated `Request::getSession()` when no session has been set. Use `Request::hasSession()` instead.
15
+ * added `HeaderUtility`.
16
17
4.0.0
18
-----
@@ -33,7 +34,6 @@ CHANGELOG
33
34
* setting session save handlers that do not implement `\SessionHandlerInterface` in
35
`NativeSessionStorage::setSaveHandler()` is not supported anymore and throws a
36
`\TypeError`
- * added `HeaderUtility`
37
38
3.4.0
39
0 commit comments