Skip to content

Commit 6faf40f

Browse files
committed
Setup 4.2 migration notes
1 parent d2f44c9 commit 6faf40f

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
4.2 Migration Guide
2+
###################
3+
4+
CakePHP 4.2 is an API compatible upgrade from 4.0. This page outlines the
5+
deprecations and features added in 4.2.
6+
7+
8+
Deprecations
9+
============
10+
11+
4.2 introduces a few deprecations. All of these features will continue for the
12+
duration of 4.x but will be removed in 5.0. You can use the
13+
:ref:`upgrade tool <upgrade-tool-use>` to automate updating usage of deprecated
14+
features::
15+
16+
bin/cake upgrade rector --rules cakephp42 <path/to/app/src>
17+
18+
Behavior Changes
19+
================
20+
21+
While the following changes do not change the signature of any methods they do
22+
change the semantics or behavior of methods.
23+
24+
New Features
25+
============

en/appendices/migration-guides.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ Migration Guides
22
################
33

44
Migration guides contain information regarding the new features introduced in
5-
each version and the migration path between 3.x and 4.x.
5+
each version and the migration path between 3.x and 4.x.
66

77
* :doc:`./4-0-upgrade-guide`
88
* :doc:`./4-0-migration-guide`
99
* :doc:`./4-1-migration-guide`
10+
* :doc:`./4-2-migration-guide`

0 commit comments

Comments
 (0)