Skip to content

Commit c0ca99f

Browse files
committed
docs: add changelog
1 parent 8567043 commit c0ca99f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

user_guide_src/source/changelogs/v4.2.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ BREAKING
1818
- ``spark``
1919
- The method signature of ``CodeIgniter\CLI\CommandRunner::_remap()`` has been changed to fix a bug.
2020
- 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.
21+
- The color code output by :ref:`CLI::color() <cli-library-color>` has been changed to fix a bug.
2122

2223
Enhancements
2324
************

user_guide_src/source/cli/cli_library.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ print "Done" on the same line:
128128

129129
.. literalinclude:: cli_library/012.php
130130

131+
.. _cli-library-color:
132+
131133
color()
132134
=======
133135

0 commit comments

Comments
 (0)