CHANGELOG.md in format_parser-0.22.0 vs CHANGELOG.md in format_parser-0.22.1
- old
+ new
@@ -1,4 +1,7 @@
+## 0.22.1
+* Fix Zip parser to not raise error for invalid zip files, with an invalid central directory
+
## 0.22.0
* Adds option `stringify_keys: true` to #as_json methods (fix #151)
## 0.21.1
* MPEG: Ensure parsing does not inadvertently return an Integer instead of Result|nil