Skip to content

Commit b326e45

Browse files
committed
fix changelog
1 parent da2fd50 commit b326e45

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,18 @@ All notable changes to this project will be documented in this file.
1313
- Brawler leaderboard now works
1414

1515
## [3.0.4] - 3/8/20
16+
### Changed
17+
- Leaderboard functions reverted to one function for all types of leaderboards/rankings
18+
19+
## [3.0.3] - 2/17/20
1620
### Added
1721
- `invalid_chars` attribute for `NotFoundError` when applicable
1822
- `url` attribute for all errors that have requested a URL
1923
- `str(error)` will return the message attribute of the error.
2024
### Changed
2125
- The `error` attribute for all errors have been renamed to `message`
26+
- For BrawlAPI: `get_leaderboard` split up into `get_player_leaderboard`, `get_club_leaderboard`, and `get_brawler_leaderboard`
27+
- For the official API: `get_rankings` split up into `get_player_rankings`, `get_club_rankings`, and `get_brawler_rankings`
2228

2329
## [3.0.2] - 12/22/19
2430
### Fixed

0 commit comments

Comments
 (0)