diff --git a/sdk/identity/identity/CHANGELOG.md b/sdk/identity/identity/CHANGELOG.md index 242d098f8485..fbc46de3bfcd 100644 --- a/sdk/identity/identity/CHANGELOG.md +++ b/sdk/identity/identity/CHANGELOG.md @@ -1,7 +1,9 @@ # Release History ## 1.2.0-beta.2 (Unreleased) -- Reverted change in 1.2.0-beta.1 which moved @rollup/plugin-json from devDependencies to dependencies + +- `DefaultAzureCredential` now by default shows the Device Code message on the console. This can still be overwritten with a custom behavior by specifying a function as the third parameter, `userPromptCallback`. +- Reverted a change in 1.2.0-beta.1 which moved `@rollup/plugin-json` from `devDependencies` to `dependencies`. `@rollup/plugin-json` was placed as a dependency due to an oversight, and it is not a necessary dependency for `@azure/identity`. ## 1.2.0-beta.1 (2020-09-08)