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 3487073 commit b8727eeCopy full SHA for b8727ee
src/Symfony/Component/HttpFoundation/CHANGELOG.md
@@ -10,6 +10,7 @@ CHANGELOG
10
* The `get()` method of the `AcceptHeader` class now takes into account the
11
`*` and `*/*` default values (if they are present in the Accept HTTP header)
12
when looking for items.
13
+ * added `HeaderUtility`.
14
15
4.0.0
16
-----
@@ -31,7 +32,6 @@ CHANGELOG
31
32
* setting session save handlers that do not implement `\SessionHandlerInterface` in
33
`NativeSessionStorage::setSaveHandler()` is not supported anymore and throws a
34
`\TypeError`
- * added `HeaderUtility`
35
36
3.4.0
37
0 commit comments