Updated docs, changelog and version. Minor unrelated fixes included. Everything should be backward-compatible.
Added InvalidImageDataError exception, which inherits from ValueError - this allows complete backward compatibility for anyone catching the ValueError exception.
Coverage increased (+0.002%) to 99.522% when pulling 63ff6866f42573f5773a8d1e23c66e2374fda259 on jaddison:exif-fixes into 9fee596ff69267ddef9043bcec19e811630dd71e on hMatoba:master.
Updated docs, changelog and version. Minor unrelated fixes included. Everything should be backward-compatible.
Added
InvalidImageDataError
exception, which inherits fromValueError
- this allows complete backward compatibility for anyone catching theValueError
exception.Edit: This is related to our discussion in https://github.com/hMatoba/Piexif/issues/30.