From a6cac3fd8f105102e975b794d6895e3c1cc4b5bb Mon Sep 17 00:00:00 2001 From: SabrinaJewson Date: Wed, 15 Jun 2022 12:11:22 +0100 Subject: [PATCH] Document modules removal in changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7701e92..84dba509 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Unreleased + +**Breaking changes**: +- ([#325](https://github.com/ramsayleung/rspotify/pull/325)) The `auth_code`, `auth_code_pkce`, `client_creds`, `clients::base` and `clients::oauth` modules have been removed from the public API; you should access the same types from their parent modules instead + ## 0.11.5 (2022.03.28) **Breaking changes**: