Add rate limiting information to changelog

This commit is contained in:
Koen Bolhuis 2021-01-30 03:11:51 +01:00
parent 44319feb79
commit 3aa23c833b
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## v0.3.0 (unreleased)
- Add rate limiting information to response types in the `rate_limit` field;
- See the [ListenBrainz API docs](https://listenbrainz.readthedocs.io/en/production/dev/api/#rate-limiting)
for more information on rate limiting.
## v0.2.0 (2021-01-20)
- `Client` methods don't require `&mut self` anymore;