Skip to content

Commit

Permalink
docs: add changelog v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Dec 1, 2022
1 parent 67decbb commit 9625b12
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 0 deletions.
1 change: 1 addition & 0 deletions user_guide_src/source/changelogs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ See all the changes.
.. toctree::
:titlesonly:

v4.4.0
v4.3.0
v4.2.10
v4.2.9
Expand Down
77 changes: 77 additions & 0 deletions user_guide_src/source/changelogs/v4.4.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
Version 4.4.0
#############

Release Date: Unreleased

**4.4.0 release of CodeIgniter4**

.. contents::
:local:
:depth: 3

Highlights
**********

- Update minimal PHP requirement to 8.0.
- TBD

BREAKING
********

Behavior Changes
================

Interface Changes
=================

Method Signature Changes
========================

Enhancements
************

Commands
========

Testing
=======

Database
========

Query Builder
-------------

Forge
-----

Others
------

Model
=====

Libraries
=========

Helpers and Functions
=====================

Others
======

Message Changes
***************

Changes
*******

- Update minimal PHP requirement to 8.0.

Deprecations
************

Bugs Fixed
**********

See the repo's `CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_ for a complete list of bugs fixed.

0 comments on commit 9625b12

Please sign in to comment.