Skip to content

Commit 4703fbd

Browse files
committed
0.7.2 version
1 parent 5c0fa96 commit 4703fbd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@ _# Changelog
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.7.2 - 2022-10-31]
6+
7+
### Added
8+
9+
### Changed
10+
11+
### Fixed
12+
13+
- (HeifImagePlugin) register proper `mimetype` for `HEIF` format. #47
14+
- (HeifImagePlugin) decode image even when `EXIF` data is corrupted. #48
15+
- (HeifImagePlugin) correct processing of `EXIF` that do not start with `b'EXIF'` (Pillow `9.3.0`). #46
16+
517
## [0.7.1 - 2022-10-28]
618

719
### Added

pillow_heif/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
""" Version of pillow_heif """
22

3-
__version__ = "0.7.1"
3+
__version__ = "0.7.2"

0 commit comments

Comments
 (0)