CHANGELOG.md in format_parser-0.10.0 vs CHANGELOG.md in format_parser-0.11.0
- old
+ new
@@ -1,4 +1,9 @@
+## 0.11.0
+* Add `Image#display_width_px` and `Image#display_height_px` for EXIF/aspect corrected display dimensions, and provide
+ those values from a few parsers already. Also make full EXIF data available for JPEG/TIFF in `intrinsics[:exif]`
+* Adds `limits_config` option to `FormatParser.parse()` for tweaking buffers and read limits externally
+
## 0.10.0
* Adds the `format_parser_inspect` binary for parsing a file from the commandline
and returning results in JSON
* Adds the `FormatParser.parse_at(path)` convenience method
\ No newline at end of file