Skip to content

Commit 8b08642

Browse files
kenjismichalsn
andauthored
docs: fix changelogs/v4.1.5.rst
The explanation was not accurate. Co-authored-by: Michal Sniatala <michal@sniatala.pl>
1 parent 613b980 commit 8b08642

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/changelogs/v4.1.5.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ BREAKING
1313
========
1414

1515
- 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-
- In the previous version, ``CURLRequest`` sends request headers from the browser, because of a bug. Since this version it does not send them.
16+
- In the previous version, if you didn't provide your own headers, ``CURLRequest`` would send the request-headers from the browser, due to a bug. As of this version, it does not send them.
1717

1818
Enhancements
1919
============

0 commit comments

Comments
 (0)