Skip to content

Commit db08358

Browse files
committed
docs: improve changelog v4.1.0 mainly formatting
1 parent 7c430ad commit db08358

1 file changed

Lines changed: 12 additions & 7 deletions

File tree

user_guide_src/source/changelogs/v4.1.0.rst

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,21 @@ Release Date: January 31, 2021
55

66
**4.1.0 release of CodeIgniter4**
77

8-
Changes:
8+
.. contents::
9+
:local:
10+
:depth: 2
911

10-
- Dropped support for PHP 7.2
11-
12-
Removed:
12+
BREAKING
13+
********
1314

1415
- ``Autoloader::loadLegacy()`` method was previously used for migration of non-namespaced classes in transition to CodeIgniter v4. Since ``4.1.0``, this support was removed.
1516

16-
Bugs Fixed:
17+
Changes
18+
*******
19+
20+
- Dropped support for PHP 7.2
1721

18-
Deprecations:
22+
Deprecations
23+
************
1924

20-
- Deprecated ``Model::fillPlaceholders(array $rules, array $data)`` method, use ``fillPlaceholders(array $rules, array $data)`` from Validation instead.
25+
- Deprecated ``Model::fillPlaceholders()`` method, use ``Validation::fillPlaceholders()`` instead.

0 commit comments

Comments
 (0)