From d5d77c1635b7810c6abc21cf23314daf98bbe078 Mon Sep 17 00:00:00 2001 From: Next Turn <45985406+NextTurn@users.noreply.github.com> Date: Mon, 27 Jul 2020 09:15:54 +0800 Subject: [PATCH] Mention removed settings --- docs/migrate-to-3-x.md | 3 +++ 1 file changed, 3 insertions(+) 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.