Skip to content

Commit

Permalink
updated for 0.11.0 version
Browse files Browse the repository at this point in the history
Signed-off-by: bigcat88 <bigcat88@icloud.com>
  • Loading branch information
bigcat88 committed Apr 29, 2023
1 parent f25f257 commit 51df01d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
All notable changes to this project will be documented in this file.

## [0.1x.x - 2023-0x-xx]
## [0.11.0 - 2023-04-30]

### Changed

- EXIF raw data in info["exif"] is now skipping first 6 bytes(`Exif\x00\x00`). Like in Pillow for WEBP.

### Fixed

- Exception during EXIF parsing for some Xiaomi images. Thanks to @mxsleo #92
- EXIF parsing(Xiaomi images and possible others). Thanks to @mxsleo #92
- (Pillow) `deepcopy` support for HeifImageFile and AvifImageFile
- (macOS, arm64) `libde265`(HEIF decoder) now has the same version as in other builds(`1.0.8`->`1.0.11`)
- (macOS, arm64) `libaom`(AVIF) now has the same version as in other builds(`3.4.0`->`3.6.0`)
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

| Version | Supported |
|---------|--------------------|
| 0.9.0+ | :white_check_mark: |
| <0.9.0 | :x: |
| 0.11.0+ | :white_check_mark: |
| <0.11.0 | :x: |


## Reporting a Vulnerability
Expand Down

0 comments on commit 51df01d

Please sign in to comment.