Skip to content

Commit 33a638e

Browse files
committed
docs: add about app/Config/Generators.php
1 parent 4763e9f commit 33a638e

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* fix: CURLRequest - clear response headers between requests by @michalsn in https://github.com/codeigniter4/CodeIgniter4/pull/7398
1515
* fix: [Auto Routing Improved] spark routes shows invalid routes by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/7419
1616
* fix: remove $insertID in make:model template by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/7443
17+
* fix: add missing 'make:cell' in app/Config/Generators.php by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/7458
1718

1819
### Refactoring
1920

user_guide_src/source/installation/upgrade_434.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,24 @@ these files being outside of the **system** scope they will not be changed witho
4949
There are some third-party CodeIgniter modules available to assist with merging changes to
5050
the project space: `Explore on Packagist <https://packagist.org/explore/?query=codeigniter4%20updates>`_.
5151

52+
Content Changes
53+
===============
54+
55+
The following files received significant changes (including deprecations or visual adjustments)
56+
and it is recommended that you merge the updated versions with your application:
57+
58+
Config
59+
------
60+
61+
- app/Config/Generators.php
62+
5263
All Changes
5364
===========
5465

5566
This is a list of all files in the **project space** that received changes;
5667
many will be simple comments or formatting that have no effect on the runtime:
5768

5869
- app/Config/App.php
70+
- app/Config/Generators.php
5971
- composer.json
6072
- public/index.php

0 commit comments

Comments
 (0)