Skip to content

Commit

Permalink
docs: Update userguide
Browse files Browse the repository at this point in the history
  • Loading branch information
neznaika0 committed Dec 31, 2024
1 parent f868911 commit 7432d2d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
11 changes: 11 additions & 0 deletions user_guide_src/source/changelogs/v4.5.8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ BREAKING
Message Changes
***************

************
Enhancements
************

Negotiator
==========

- Added a feature flag ``Feature::$simpleNegotiateLocale`` fix simple locale comparison.
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``.
Set the value to ``false`` to be able to get ``en-*``

*******
Changes
*******
Expand Down
7 changes: 5 additions & 2 deletions user_guide_src/source/installation/upgrade_458.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,15 @@ and it is recommended that you merge the updated versions with your application:
Config
------

- @TODO
app/Config/Feature.php
^^^^^^^^^^^^^^^^^^^^^^

- ``Config\Feature::$simpleNegotiateLocale`` has been added.

All Changes
===========

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

- @TODO
- app/Config/Feature.php

0 comments on commit 7432d2d

Please sign in to comment.