CHANGELOG.md in format_parser-0.21.0 vs CHANGELOG.md in format_parser-0.21.1
- old
+ new
@@ -1,4 +1,9 @@
+## 0.21.1
+* MPEG: Ensure parsing does not inadvertently return an Integer instead of Result|nil
+* MPEG: Scan further into the MPEG file than previously (scan 32 1KB chunks)
+* MPEG: Ensure the parser does not raise an exception when there is no data to read for scanning beyound the initial header
+
## 0.21.0
* Adds support for MPEG video files
## 0.20.1
* Make sure EXIF results work correctly with ActiveSupport JSON encoders