Skip to content

Commit 9ad965d

Browse files
committed
Added Text::mask() in migration guide
1 parent 0746926 commit 9ad965d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ 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.
7475

7576
### Commands
7677

0 commit comments

Comments
 (0)