Skip to content

Commit

Permalink
edited changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
charlottekostelic committed Mar 26, 2024
1 parent b0c6d24 commit d0d8082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
+ `token_expires_at` attribute is now an aware `datetime` object (change made due to [`datetime.utcnow()`](https://docs.python.org/3/library/datetime.html#datetime.datetime.utcnow) deprecation)
+ Error handling:
+ `TypeError` and `ValueError` replace `WorldcatAuthorizationError` when `WorldcatAccessToken` is passed an invalid arg.
+ Removed `InvalidOclcNumber` errors from `metadata_api.py`. Errors are now handled by functions in `utils.py`.
+ `MetadataSession` now raises `InvalidOclcNumber` exception when invalid OCLC identifiers are given
+ `pytest` configuration moved from `pytest.ini` to `pyproject.toml`
+ Updated and clarified type annotations for `MetadataSession` methods
+ Updated dependencies:
Expand Down

0 comments on commit d0d8082

Please sign in to comment.