File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,8 +119,10 @@ See [Writing CodeIgniter Documentation](./documentation.rst).
119119
120120#### Changelog
121121
122- The [ Changelog] ( https://codeigniter4.github.io/CodeIgniter4/changelogs/index.html ) , in the user guide, needs to be kept up-to-date. Not
123- all changes will need an entry in it, but the following items should.
122+ The [ Changelog] ( https://codeigniter4.github.io/CodeIgniter4/changelogs/index.html )
123+ in the [ user guide] ( https://github.com/codeigniter4/CodeIgniter4/tree/develop/user_guide_src/source/changelogs )
124+ needs to be kept up-to-date. Not all changes will need an entry in it, but the
125+ following items should.
124126
125127- all breaking changes (BCs)
126128- all enhancements (new features, new classes, new APIs)
@@ -133,7 +135,8 @@ all changes will need an entry in it, but the following items should.
133135If your PR requires users to do something when they upgrade CodeIgniter, or
134136changes the Config values,
135137the [ Upgrading Guide] ( https://codeigniter4.github.io/CodeIgniter4/installation/upgrading.html )
136- is also needed.
138+ in the [ installation] ( https://github.com/codeigniter4/CodeIgniter4/tree/develop/user_guide_src/source/installation )
139+ folder is also needed.
137140
138141- Add an instruction what to do when upgrading.
139142- If you add new properties or changes default values in Config files, add the
You can’t perform that action at this time.
0 commit comments