Skip to content

Commit

Permalink
Fixed a bug in CacheFileHandler.__init__: The documentation says th…
Browse files Browse the repository at this point in the history
…at the username will be retrieved from the environment, but it wasn't.
  • Loading branch information
Peter-Schorn authored and dieser-niko committed Oct 13, 2024
1 parent db3fb9a commit c8915dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ Add your changes below.
- Fixed a bug in the initializers for the auth managers that produced a spurious warning message if you provide a cache handler, and you set a value for the "SPOTIPY_CLIENT_USERNAME" environment variable.
- Use generated MIT license and fix license type in `pip show`

### Fixed

* Fixed a bug in `CacheFileHandler.__init__`: The documentation says that the username will be retrieved from the environment, but it wasn't.

## [2.18.0] - 2021-04-13

### Added
Expand Down

0 comments on commit c8915dc

Please sign in to comment.