We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ebd34 commit af90501Copy full SHA for af90501
1 file changed
CHANGELOG.md
@@ -1,6 +1,14 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
4
+## [3.0.3] - TBD
5
+### Added
6
+- `invalid_chars` attribute for `NotFoundError` when applicable
7
+- `url` attribute for all errors that have requested a URL
8
+- `str(error)` will return the message attribute of the error.
9
+### Changed
10
+- The `error` attribute for all errors have been renamed to `message`
11
+
12
## [3.0.2] - 12/22/19
13
### Fixed
14
- A bug with brawler leaderboards for the BrawlAPI
0 commit comments