Skip to content

Commit edf32ee

Browse files
committed
add release notes for 5.2.2
1 parent f243205 commit edf32ee

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

2025/04/17/cakephp_522.rst

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
CakePHP 5.2.2
2+
==============
3+
4+
The CakePHP core team is happy to announce the immediate availability of CakePHP
5+
5.2.2. This is a maintenance release for the 5.2 branch that fixes several
6+
community reported issues and regressions.
7+
8+
Bugfixes
9+
--------
10+
11+
You can expect the following changes in 5.2.2. See the `changelog
12+
<https://github.com/cakephp/cakephp/compare/5.2.1...5.2.2>`_ for every commit.
13+
14+
* Table finder and method maps are cleaned up when behaviors are unloaded.
15+
* Http/Client now uses ``GET`` instead of ``get`` when making ``GET`` requests.
16+
* Reverted a change to ``NumberHelper`` intended for 5.3.
17+
* Improved MySQL column generation features.
18+
* Improved type annotations for ``Table::getBehavior()``
19+
* Logged and displayed errors now always include location information.
20+
* Added implementation of ``columnDefinitionSql`` to postgres and sqlserver.
21+
* Deprecated defining overlapping short options in command line tools.
22+
23+
Contributors to 5.2.2
24+
----------------------
25+
26+
Thank you to all the contributors that submitted a pull request:
27+
28+
* Adam Halfar
29+
* ADmad
30+
* Fiona Wille
31+
* Marcelo Rocha
32+
* Mark Scherer
33+
* Mark Story
34+
35+
As always, we would like to also thank all the contributors that opened issues,
36+
or updated the documentation.
37+
38+
Download a `packaged release on github
39+
<https://github.com/cakephp/cakephp/releases>`_.
40+
41+
.. author:: markstory
42+
.. categories:: release, news
43+
.. tags:: release, news

master.rst

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Sitemap
44
.. toctree::
55
:maxdepth: 1
66

7+
2025/04/17/cakephp_522
78
2025/04/06/cakephp_521
89
2025/03/29/cakephp_520
910
2025/03/22/cakephp_460

0 commit comments

Comments
 (0)