Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erikogabrielsson authored Jul 1, 2024
1 parent 93061a5 commit 66efd4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.13.0] - 2024-07-01

### Removed

- `OpenTile.get_tiler()` method removed. Use `OpenTile.detect_format()` to get the format of a file or `OpenTile.open()` to get an opened instance of a tiler instead.

### Changed

- More efficient `OpenTile.open()` by reusing the `TiffFile` instance.

### Removed

- `OpenTile.get_tiler()` method removed. Use `OpenTile.detect_format()` to get the format of a file or `OpenTile.open()` to get an opened instance of a tiler instead.

### Fixed

- Missing to close file handle when using `OpenTile.open()` or `OpenTile.detect_format()`.
Expand Down

0 comments on commit 66efd4b

Please sign in to comment.