Skip to content

Commit 0388d54

Browse files
committed
docs: remove duplicate entries
It seems I mistook when I rebased.
1 parent 58aa05e commit 0388d54

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

user_guide_src/source/changelogs/v4.2.0.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ BREAKING
1919
- ``public/index.php``
2020
- ``spark``
2121
- The ``system/bootstrap.php`` file has been modified to easily implement `Preloading <https://www.php.net/manual/en/opcache.preloading.php>`_. Returning a ``CodeIgniter`` instance and loading ``.env`` file have been moved to ``index.php`` and ``spark``.
22-
- The method signature of ``CodeIgniter\CLI\CommandRunner::_remap()`` has been changed to fix a bug.
2322
- The ``CodeIgniter\Autoloader\Autoloader::initialize()`` has changed the behavior to fix a bug. It used to use Composer classmap only when ``$modules->discoverInComposer`` is true. Now it always uses the Composer classmap if Composer is available.
2423
- The color code output by :ref:`CLI::color() <cli-library-color>` has been changed to fix a bug.
2524
- To prevent unexpected access from the web browser, if a controller is added to a cli route (``$routes->cli()``), all methods of that controller are no longer accessible via auto-routing.
@@ -86,7 +85,6 @@ Others
8685
- See :ref:`content-security-policy` for details.
8786
- New :doc:`../outgoing/view_decorators` allow modifying the generated HTML prior to caching.
8887
- Added Validation Strict Rules. See :ref:`validation-traditional-and-strict-rules`.
89-
- The ``spark routes`` command now shows closure routes, auto routes, and filters. See :ref:`URI Routing <spark-routes>`.
9088
- Exception information logged through ``log_message()`` has now improved. It now includes the file and line where the exception originated. It also does not truncate the message anymore.
9189
- The log format has also changed. If users are depending on the log format in their apps, the new log format is "<1-based count> <cleaned filepath>(<line>): <class><function><args>"
9290
- Added support for webp files to **app/Config/Mimes.php**.

0 commit comments

Comments
 (0)