Skip to content

Commit

Permalink
Add v2.0.2 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hukkin committed Oct 2, 2024
1 parent c94ee69 commit 1dcd317
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# Changelog

## 2.0.2

- Removed
- Python 3.7 support
- Improved
- Make `loads` raise `TypeError` not `AttributeError` on bad input types that do not have the `replace` attribute.
Improve error message when `bytes` is received.
- Type annotations
- Type annotate `load` input as `typing.IO[bytes]` (previously `typing.BinaryIO`).

## 2.0.1

- Improve
- Improved
- Make bundling easier by using relative imports internally and adding license and copyright notice to source files.
- Make error messages more uniform
- Raise a friendly `TypeError` for wrong file mode
Expand Down

0 comments on commit 1dcd317

Please sign in to comment.