Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
colethorsen committed Mar 12, 2024
1 parent da2bad5 commit d19ee9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
* refactor: Table class to fix phpstan errors by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8402
* fix: typo in pager default_simple by @jasonliang-dev in https://github.com/codeigniter4/CodeIgniter4/pull/8407
* refactor: improve Forge variable names by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8434
* refactor: update entity to use interface for better extensibility by @colethorsen in https://github.com/codeigniter4/CodeIgniter4/pull/8325


## [v4.4.4](https://github.com/codeigniter4/CodeIgniter4/tree/v4.4.4) (2023-12-28)
Expand Down
3 changes: 3 additions & 0 deletions user_guide_src/source/changelogs/v4.5.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ Forge
Others
------

- Update entity to use interface for better extensibility. See :ref:`add-entity-interface`.

Check warning on line 75 in user_guide_src/source/changelogs/v4.5.0.rst

View workflow job for this annotation

GitHub Actions / Check User Guide syntax

undefined label: 'add-entity-interface'


Model
=====

Expand Down

0 comments on commit d19ee9c

Please sign in to comment.