Skip to content

Commit a177c19

Browse files
authored
Merge pull request #7799 from kenjis/docs-changelogs-v4.4.0
docs: improve changelogs v4.4.0
2 parents f6bf3d2 + cb3e768 commit a177c19

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

user_guide_src/source/changelogs/v4.4.0.rst

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -233,20 +233,21 @@ Changes
233233
- Routing settings have been moved to **app/Config/Routing.php** config file.
234234
See :ref:`Upgrading Guide <upgrade-440-config-routing>`.
235235
- **DownloadResponse:** When generating response headers, does not replace the ``Content-Disposition`` header if it was previously specified.
236-
- **Autoloader:** Before v4.4.0, CodeIgniter autoloader did not allow special
237-
characters that are illegal in filenames on certain operating systems.
238-
The symbols that can be used are ``/``, ``_``, ``.``, ``:``, ``\`` and space.
239-
So if you installed CodeIgniter under the folder that contains the special
240-
characters like ``(``, ``)``, etc., CodeIgniter didn't work. Since v4.4.0,
241-
this restriction has been removed.
236+
- **Autoloader:**
237+
- Before v4.4.0, CodeIgniter autoloader did not allow special
238+
characters that are illegal in filenames on certain operating systems.
239+
The symbols that can be used are ``/``, ``_``, ``.``, ``:``, ``\`` and space.
240+
So if you installed CodeIgniter under the folder that contains the special
241+
characters like ``(``, ``)``, etc., CodeIgniter didn't work. Since v4.4.0,
242+
this restriction has been removed.
243+
- The methods ``Autoloader::loadClass()`` and ``Autoloader::loadClassmap()`` are now both
244+
marked ``@internal``.
242245
- **RouteCollection:** The array structure of the protected property ``$routes``
243246
has been modified for performance.
244247
- **HSTS:** Now :php:func:`force_https()` or
245248
``Config\App::$forceGlobalSecureRequests = true`` sets the HTTP status code 307,
246249
which allows the HTTP request method to be preserved after the redirect.
247250
In previous versions, it was 302.
248-
- The methods `Autoloader::loadClass()` and `Autoloader::loadClassmap()` are now both
249-
marked `@internal`.
250251

251252
Deprecations
252253
************

0 commit comments

Comments
 (0)