Skip to content

Commit 20b9119

Browse files
committed
Moved function doc under utility
1 parent 9ad965d commit 20b9119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/appendices/5-4-migration-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ version is reported as `unknown`), the header is omitted.
7171
- A backwards compatible Container implementation has been added to the core. You can opt-in to use it instead of the current
7272
`league/container` implementation by setting `App.container` to `cake` inside your `config/app.php`.
7373
See [Dependency Injection Container](../development/dependency-injection) for more details.
74-
- `Text::mask()` was added to mask a portion of a string with a repeated character. See [Text Masking](../core-libraries/text.md#text-masking) for more details.
7574

7675
### Commands
7776

@@ -135,6 +134,7 @@ version is reported as `unknown`), the header is omitted.
135134
path manipulation. See [Filesystem Utilities](../core-libraries/filesystem.md).
136135
- `Security::encrypt()` can now be configured to use longer keys with separate encryption and authentication keys that are derived from the provided key.
137136
You can set `Security.encryptWithRawKey` to enable this behavior. See [here](https://github.com/cakephp/cakephp/pull/19325) for more details.
137+
- Added `Text::mask()` method which masks a portion of a string with a repeated character. See [Text Masking](../core-libraries/text.md#text-masking) for more details.
138138

139139
### Collection
140140

0 commit comments

Comments
 (0)