Skip to content

Commit f205895

Browse files
authored
Merge pull request #5716 from kenjis/fix-docs-changelogs/v4.2.0.rst
docs: update changelogs/v4.2.0.rst
2 parents b7ecbdc + 60abb80 commit f205895

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

user_guide_src/source/changelogs/v4.2.0.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Enhancements
2828
- Added Validation Strict Rules. See :ref:`validation-traditional-and-strict-rules`.
2929
- Added new OCI8 driver for database.
3030
- It can access Oracle Database and supports SQL and PL/SQL statements.
31-
- The ``spark routes`` command now shows closure routes, auto routtes, and filters. See :ref:`URI Routing <spark-routes>`.
31+
- The ``spark routes`` command now shows closure routes, auto routes, and filters. See :ref:`URI Routing <spark-routes>`.
3232
- 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.
3333
- 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>"
3434

@@ -48,6 +48,7 @@ Deprecations
4848
- ``CodeIgniter\Debug\Exceptions::cleanPath()`` and ``CodeIgniter\Debug\Toolbar\Collectors\BaseCollector::cleanPath()`` are deprecated. Use the ``clean_path()`` function instead.
4949
- ``CodeIgniter\Log\Logger::cleanFilenames()`` and ``CodeIgniter\Test\TestLogger::cleanup()`` are both deprecated. Use the ``clean_path()`` function instead.
5050
- ``CodeIgniter\Router\Router::setDefaultController()`` is deprecated.
51+
- The constant ``SPARKED`` in **spark** is deprecated. Use the ``$context`` property in ``CodeIgniter\CodeIgniter`` instead.
5152

5253
Bugs Fixed
5354
**********

0 commit comments

Comments
 (0)