Skip to content

Commit d39543e

Browse files
committed
docs: improve changelogs/v4.1.5.rst format
1 parent c9bac5f commit d39543e

1 file changed

Lines changed: 16 additions & 9 deletions

File tree

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,35 @@
11
Version 4.1.5
2-
=============
2+
#############
33

44
Release Date: Not released
55

66
**4.1.5 release of CodeIgniter4**
77

8-
BREAKING:
8+
.. contents::
9+
:local:
10+
:depth: 1
911

10-
Fixed `a bug <https://github.com/codeigniter4/CodeIgniter4/issues/2913>`_ on CSRF protection.
11-
Now CSRF protection works on PUT/PATCH/DELETE requests when CSRF filter is applied.
12-
If you use such requests, you need to send CSRF token.
12+
BREAKING
13+
========
1314

14-
Enhancements:
15+
- Fixed `a bug <https://github.com/codeigniter4/CodeIgniter4/issues/2913>`_ on CSRF protection. Now CSRF protection works on PUT/PATCH/DELETE requests when CSRF filter is applied. If you use such requests, you need to send CSRF token.
16+
17+
Enhancements
18+
============
1519

1620
- Added Cache config for reserved characters
1721
- The ``addForeignKey`` function of the ``Forge`` class can now define composite foreign keys in an array
1822
- The ``dropKey`` function of the ``Forge`` class can remove key
1923

20-
Changes:
24+
Changes
25+
=======
2126

2227
- Always escape identifiers in the ``set``, ``setUpdateBatch``, and ``insertBatch`` functions in ``BaseBuilder``.
2328

24-
Deprecations:
29+
Deprecations
30+
============
2531

2632
- Deprecated ``CodeIgniter\\Cache\\Handlers\\BaseHandler::RESERVED_CHARACTERS`` in favor of the new config property
2733

28-
Bugs Fixed:
34+
Bugs Fixed
35+
==========

0 commit comments

Comments
 (0)