Skip to content

Commit 88a8e2e

Browse files
committed
docs: add upgrade guide
1 parent aec8a2d commit 88a8e2e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

user_guide_src/source/installation/upgrade_440.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,19 @@ by defining your own exception handler.
6060

6161
See :ref:`custom-exception-handlers` for the detail.
6262

63+
Auto Routing (Improved) and translateURIDashes
64+
==============================================
65+
66+
When using Auto Routing (Improved) and ``$translateURIDashes`` is true
67+
(``$routes->setTranslateURIDashes(true)``), in previous versions due to a bug
68+
two URIs correspond to a single controller method, one URI for dashes
69+
(e.g., **foo-bar**) and one URI for underscores (e.g., **foo_bar**).
70+
71+
This bug was fixed and now URIs for underscores (**foo_bar**) is not accessible.
72+
73+
If you have links to URIs for underscores (**foo_bar**), update them with URIs
74+
for dashes (**foo-bar**).
75+
6376
Interface Changes
6477
=================
6578

0 commit comments

Comments
 (0)