Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions en/appendices/3-3-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ behavior that may effect your application:
* The default ``ErrorController`` no longer disables ``Auth`` and ``Security``
components, as it does not extend ``AppController``. If you are enabling these
components through events, you will need to update your code.
* ``Entity::clean`` now cleans original values, clearing them on save. This
behavior was a bug as the entity's original state should not be retained after
a save, but instead reflect the new state of the entity.

PSR7 Middleware Support Added
=============================
Expand Down