CHANGELOG.md in format_parser-0.13.3 vs CHANGELOG.md in format_parser-0.13.4
- old
+ new
@@ -1,4 +1,8 @@
+## 0.13.4
+* Make sure JSON data never contains NaN, fix the test that was supposed to verify that but didn't
+* Forcibly UTF-8 sanitize all EXIF data when building JSON
+
## 0.13.3
* Add a fixture to make sure all parsers can cope with an empty file when using `parse_http`
* Terminate the ZIP parser early with empty input
* Terminate the MP3 parser early with empty or too small input