Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Oct 1, 2022
1 parent ae8f250 commit eb29c9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

This is the changelog for Image version 0.9.0 released on October 1st, 2022. For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/image/tags)

### Enhancements

* `Image.open/2` supports opening `.gif` and `.tif` images from raw binary data in addition to the previous `.jpeg`, `.png` and `.webp`.

* Add `Image.shape/1`
Expand All @@ -20,6 +22,8 @@ This is the changelog for Image version 0.9.0 released on October 1st, 2022. Fo

This is the changelog for Image version 0.8.0 released on September 30, 2022. For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/image/tags)

### Enhancements

* `Image.open/2` now accepts raw image data for the image types `.jpeg`, `.png`, `.webp`

## Image 0.7.0
Expand Down

0 comments on commit eb29c9c

Please sign in to comment.