CHANGELOG.md in format_parser-0.16.0 vs CHANGELOG.md in format_parser-0.16.1

- old
+ new

@@ -1,4 +1,10 @@ +## 0.16.1 +* All EXIF: Make sure the 0 orientation does not get silently treated as orientation 8, mislabling + images which are not rotated as being rotated (orientation changed) +* All EXIF: Make sure the 0 orientation (`unknown`) is correctly passed and represented +* JPEG: Make sure multiple EXIF tags in APP1 markers get handled correctly (via overlays) + ## 0.16.0 * Add `filename_hint` keyword argument to `FormatParser.parse`. This can hint the library to apply the parser that will likely match for this filename first, and the other parsers later. This helps avoiding extra work when parsing less-popular file formats, and can be optionally used if the caller knows the filename of the original file. Note that the filename is only that: a **hint,** it helps