Skip to content

Commit 7432d2d

Browse files
committed
docs: Update userguide
1 parent f868911 commit 7432d2d

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

user_guide_src/source/changelogs/v4.5.8.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@ BREAKING
1818
Message Changes
1919
***************
2020

21+
************
22+
Enhancements
23+
************
24+
25+
Negotiator
26+
==========
27+
28+
- Added a feature flag ``Feature::$simpleNegotiateLocale`` fix simple locale comparison.
29+
Previously, response with language headers ``Accept-language: en-US,en-GB;q=0.9`` returned the first allowed language ``en`` could instead of the exact language ``en-US`` or ``en-GB``.
30+
Set the value to ``false`` to be able to get ``en-*``
31+
2132
*******
2233
Changes
2334
*******

user_guide_src/source/installation/upgrade_458.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,15 @@ and it is recommended that you merge the updated versions with your application:
4444
Config
4545
------
4646

47-
- @TODO
47+
app/Config/Feature.php
48+
^^^^^^^^^^^^^^^^^^^^^^
49+
50+
- ``Config\Feature::$simpleNegotiateLocale`` has been added.
4851

4952
All Changes
5053
===========
5154

5255
This is a list of all files in the **project space** that received changes;
5356
many will be simple comments or formatting that have no effect on the runtime:
5457

55-
- @TODO
58+
- app/Config/Feature.php

0 commit comments

Comments
 (0)