Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
654 changes: 1 addition & 653 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion changelogs/CHANGELOG_4.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -562,4 +562,4 @@ This release focuses on code style. All changes (except those noted below) are c
- Backfill non-optional parameters (https://github.com/codeigniter4/CodeIgniter4/pull/3938)
- Change deprecated assertFileNotExists (https://github.com/codeigniter4/CodeIgniter4/pull/3862)

See [CHANGELOG_4.0.md](./CHANGELOG_4.0.md)
For the changelog of v4.0, see [CHANGELOG_4.0.md](./CHANGELOG_4.0.md).
2 changes: 1 addition & 1 deletion changelogs/CHANGELOG_4.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,4 +420,4 @@
* Small change to improve code reading by @valmorflores in https://github.com/codeigniter4/CodeIgniter4/pull/6051
* refactor: remove `CodeIgniter\Services` by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/6053

See [CHANGELOG_4.1.md](./CHANGELOG_4.1.md)
For the changelog of v4.1, see [CHANGELOG_4.1.md](./CHANGELOG_4.1.md).
2 changes: 1 addition & 1 deletion changelogs/CHANGELOG_4.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,4 +323,4 @@
* refactor: remove Workaround for Faker deprecation errors in PHP 8.2 by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/6987
* refactor: to fix psalm error by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/6999

See [CHANGELOG_4.2.md](./CHANGELOG_4.2.md)
For the changelog of v4.2, see [CHANGELOG_4.2.md](./CHANGELOG_4.2.md).
Loading