Skip to content

Commit f6538b9

Browse files
authored
Merge pull request #6641 from kenjis/fix-docs-changelogs
docs: improve changelogs
2 parents a5de551 + bf8937d commit f6538b9

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

user_guide_src/source/changelogs/v4.2.6.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Bugs Fixed
3333
**********
3434

3535
Many bugs fixed, but notably:
36-
- AssertionError occurs when using Validation in CLI `https://github.com/codeigniter4/CodeIgniter4/pull/6452`
36+
37+
- AssertionError occurs when using Validation in CLI `#6452 <https://github.com/codeigniter4/CodeIgniter4/pull/6452>`_
3738

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

user_guide_src/source/changelogs/v4.2.7.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ Release Date: October 6, 2022
99
:local:
1010
:depth: 2
1111

12+
SECURITY
13+
********
14+
15+
- *Secure or HttpOnly flag set in Config\Cookie is not reflected in Cookies issued* was fixed. See the `Security advisory GHSA-745p-r637-7vvp <https://github.com/codeigniter4/CodeIgniter4/security/advisories/GHSA-745p-r637-7vvp>`_ for more information.
16+
- Fixed a bug that prevents CSP headers from being sent when ``Config\ContentSecurityPolicy::$autoNonce`` is false.
17+
1218
BREAKING
1319
********
1420

@@ -40,6 +46,4 @@ none.
4046
Bugs Fixed
4147
**********
4248

43-
- Fixed a bug that prevents CSP headers from being sent when ``Config\ContentSecurityPolicy::$autoNonce`` is false.
44-
4549
See the repo's `CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_ for a complete list of bugs fixed.

0 commit comments

Comments
 (0)