File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments