Skip to content

Commit df8556e

Browse files
committed
docs: add changelog and upgrade note
1 parent 0c7a2bf commit df8556e

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

user_guide_src/source/changelogs/v4.4.0.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ Changes
144144
So if you installed CodeIgniter under the folder that contains the special
145145
characters like ``(``, ``)``, etc., CodeIgniter didn't work. Since v4.4.0,
146146
this restriction has been removed.
147+
- **RouteCollection:** The array structure of the protected property ``$routes``
148+
has been modified for performance.
147149

148150
Deprecations
149151
************

user_guide_src/source/installation/upgrade_440.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,15 @@ Interface Changes
6666
Some interface changes have been made. Classes that implement them should update
6767
their APIs to reflect the changes. See :ref:`v440-interface-changes` for details.
6868

69+
RouteCollection::$routes
70+
========================
71+
72+
The array structure of the protected property ``$routes`` has been modified for
73+
performance.
74+
75+
If you extend ``RouteCollection`` and use the ``$routes``, update your code to
76+
match the new array structure.
77+
6978
Mandatory File Changes
7079
**********************
7180

0 commit comments

Comments
 (0)