Skip to content

Commit b8cd2ae

Browse files
committed
Add docs notes for cakephp/cakephp#17714
1 parent 5f5c284 commit b8cd2ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

en/appendices/5-1-migration-guide.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ Behavior Changes
2626
name is already added.
2727
- ``TestCase::loadPlugins()`` will now clear out any previously loaded plugins. So
2828
you must specify all plugins required for any subsequent tests.
29+
- The hashing algorithm for ``Cache`` configurations that use ``groups``. Any
30+
keys will have new group prefix hashes generated which will cause cache
31+
misses. Consider an incremental deploy to avoid operating on an entirely cold
32+
cache.
2933

3034
Deprecations
3135
============

0 commit comments

Comments
 (0)