Skip to content

Commit 18ebbf4

Browse files
committed
Add release notes for 4.6.1
1 parent e94485a commit 18ebbf4

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

2025/04/26/cakephp_461.rst

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
CakePHP 4.6.1
2+
==============
3+
4+
The CakePHP core team is happy to announce the immediate availability of CakePHP
5+
4.6.1. This is a maintenance release for the 4.6 branch that fixes several
6+
community reported issues and regressions.
7+
8+
Bugfixes
9+
--------
10+
11+
You can expect the following changes in 4.6.1. See the `changelog
12+
<https://github.com/cakephp/cakephp/compare/4.6.0...4.6.1>`_ for every commit.
13+
14+
- ``Cake\Cache\Engine\NullEngine::getMultiple()`` now returns all keys like
15+
other cache engines.
16+
- ``MemcachedEngine::getMultiple()`` now handles null values correctly.
17+
- Fixed deprecated method usage in ``ReconnectStrategy``.
18+
- Fixed method and finder maps not being populated when
19+
``BehaviorRegistry::set()`` is called.
20+
21+
Contributors to 4.6.1
22+
----------------------
23+
24+
Thank you to all the contributors that submitted a pull request:
25+
26+
- ADmad
27+
- Alejandro Ibarra
28+
- Joris Vaesen
29+
- Mark Story
30+
- othercorey
31+
- Val Bancer
32+
33+
As always, we would like to also thank all the contributors that opened issues,
34+
or updated the documentation.
35+
36+
Download a `packaged release on github
37+
<https://github.com/cakephp/cakephp/releases>`_.
38+
39+
.. author:: markstory
40+
.. categories:: release, news
41+
.. tags:: release, news

master.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Sitemap
44
.. toctree::
55
:maxdepth: 1
66

7+
2025/04/26/cakephp_461
78
2025/04/23/cakephp_523
89
2025/04/17/cakephp_522
910
2025/04/06/cakephp_521

0 commit comments

Comments
 (0)