From fa7b69804b65a2ec446e3aa12571aaa5c23a5329 Mon Sep 17 00:00:00 2001 From: Thomas Frans Date: Mon, 30 Dec 2024 16:20:20 +0100 Subject: [PATCH] docs: add missing password manager removal to changelog (#1572) As this is a breaking change, it should definitely be represented in the changelog, which is the primary source of information about any user-facing changes. --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b6346a..c7fbd99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,10 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `%artist` formatting option to only show single artist name +### Removed + +- Support for basic password managers as OAuth2 is now the only supported authentication flow + ### Fixed - Missing automatic man page generation for subcommands -- Users were forced to reset password when using ncspot +- Bug causing forced password reset after using `ncpsot` ## [1.2.1] - 2024-10-31