Skip to content

Commit e51527f

Browse files
committed
docs: add upgrade_440
1 parent 50c1cdb commit e51527f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

user_guide_src/source/installation/upgrade_440.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,12 @@ If your code depends on this bug, fix the segment number.
5050
Site URI Changes
5151
================
5252

53-
When your baseURL has sub-directories and you get the relative path to baseURL of
54-
the current URI by the ``URI::getPath()`` method, you must use the new
55-
``SiteURI::getRoutePath()`` method instead.
53+
- Because of the rework for the current URI determination, the framework may return
54+
site URIs or the URI paths slightly differently than in previous versions. It may
55+
break your test code. Update assertions if the existing tests fail.
56+
- When your baseURL has sub-directories and you get the relative path to baseURL of
57+
the current URI by the ``URI::getPath()`` method, you must use the new
58+
``SiteURI::getRoutePath()`` method instead.
5659

5760
See :ref:`v440-site-uri-changes` for details.
5861

0 commit comments

Comments
 (0)