CHANGELOG.md in format_parser-0.22.1 vs CHANGELOG.md in format_parser-0.23.0

- old
+ new

@@ -1,4 +1,11 @@ +## 0.23.0 +* Add ActiveStorage analyzer which can analyze ActiveStorage blobs. Enable it by setting + `config.active_storage.analyzers.prepend FormatParser::ActiveStorage::BlobAnalyzer` +* Ignore empty ID3 tags and do not allow them to overwrite others +* Update the id3tag dependency so that we can fallback to UTF8 instead of raising an error when parsing + MP3 files + ## 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)