diff --git a/docs/migrate-to-3-x.md b/docs/migrate-to-3-x.md index 39dd963..e6648a5 100644 --- a/docs/migrate-to-3-x.md +++ b/docs/migrate-to-3-x.md @@ -8,6 +8,9 @@ TODO 1. Remove `` if you don't want it. 1. Remove `` if you don't want it. +1. Merge `` into ``. +1. Merge `` into ``. +1. Merge `` into ``. 1. Remove ``. 1. Merge `DomainName` and `UserName` into `DomainName\UserName`. If the user account belongs to the built-in domain, you can specify `.\UserName`. - Consider removing `` and `` from config file and using `` in interactive context, or `--username` and `--password` command-line options in non-interactive context.