diff options
| author | Árni Dagur <arni@dagur.eu> | 2021-01-16 19:47:05 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-16 19:47:05 +0000 |
| commit | 9c684f12e1050d8b0dce9cb1e66eb2de0c5f3be6 (patch) | |
| tree | dc7de30b8e0e653d04056aed28673c04656301f9 /CHANGELOG.md | |
| parent | 78f97d6b35b613b78727a94f3f6064b091665f55 (diff) | |
Improve __repr__ (#23)
So we get something like:
BlockerResult(matched=false, important=false, redirect=None, exception=None, filter=None, error=None)
rather than:
BlockerResult(false, false, None, None, None, None)
Co-authored-by: Florian Bruhin <me@the-compiler.org>
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e225fa9..ca861ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
| @@ -12,6 +12,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch | |||
| 12 | 12 | ||
| 13 | ### Changes | 13 | ### Changes |
| 14 | * Updated PyO3 to version `0.13`. | 14 | * Updated PyO3 to version `0.13`. |
| 15 | * Changed `__repr__` methods of classes to be more idiomatic. | ||
| 15 | 16 | ||
| 16 | ### Fixes | 17 | ### Fixes |
| 17 | 18 | ||
