We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0.7.2
1 parent 5c0fa96 commit 4703fbdCopy full SHA for 4703fbd
CHANGELOG.md
@@ -2,6 +2,18 @@ _# Changelog
2
3
All notable changes to this project will be documented in this file.
4
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
17
## [0.7.1 - 2022-10-28]
18
19
### Added
pillow_heif/_version.py
@@ -1,3 +1,3 @@
1
""" Version of pillow_heif """
-__version__ = "0.7.1"
+__version__ = "0.7.2"
0 commit comments