Skip to content

Commit

Permalink
Add migration guide
Browse files Browse the repository at this point in the history
Include notes for cakephp/cakephp#17947
  • Loading branch information
markstory committed Oct 7, 2024
1 parent 70892fa commit 249f017
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions en/appendices/5-2-migration-guide.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
5.2 Migration Guide
###################

The 5.2.0 release is a backwards compatible with 5.0. It adds new functionality
and introduces new deprecations. Any functionality deprecated in 5.x will be
removed in 6.0.0.

Behavior Changes
================

- ``ValidationSet::add()`` will now raise errors when a rule is added with
a name that is already defined. This change aims to prevent rules from being
overwritten by accident.

1 change: 1 addition & 0 deletions en/appendices/migration-guides.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ each version and the migration path between 5.x minor releases.
./5-0-upgrade-guide
./5-0-migration-guide
./5-1-migration-guide
./5-2-migration-guide
./phpunit10

0 comments on commit 249f017

Please sign in to comment.