Skip to content

Commit

Permalink
Add note to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbull committed May 3, 2024
1 parent 88f60ed commit 7b626f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- Fix `CloudPath` cleanup via `CloudPath.__del__` when `Client` encounters an exception during initialization and does not create a `file_cache_mode` attribute. (Issue [#372](https://github.com/drivendataorg/cloudpathlib/issues/372), thanks to [@bryanwweber](https://github.com/bryanwweber))
- Drop support for Python 3.7; pin minimal `boto3` version to Python 3.8+ versions. (PR [#407](https://github.com/drivendataorg/cloudpathlib/pull/407))
- fix: use native `exists()` method in `GSClient`. (PR [#420](https://github.com/drivendataorg/cloudpathlib/pull/420))
- Enhancement: lazy instantiation of default client (PR [#431](https://github.com/drivendataorg/cloudpathlib/issues/431), Issue [#428](https://github.com/drivendataorg/cloudpathlib/issues/428))

## v0.18.1 (2024-02-26)

Expand Down

0 comments on commit 7b626f5

Please sign in to comment.