CHANGELOG.md in format_parser-2.7.2 vs CHANGELOG.md in format_parser-2.8.0

- old
+ new

@@ -1,4 +1,16 @@ +## 2.8.0 +* Add support for Ruby 3.2 and 3.3 + +## 2.7.2 +* Improved stability for mp4 parser when dealing with corrupted FTYP boxes. + +## 2.7.1 +* Fixed bug with WAV file wrongly parsed as MP3. + +## 2.7.0 +* JSON format support. + ## 2.6.0 * Prevent the default loading of thumbnails on TIFF-based formats to improve I/O. ## 2.5.0 * Add `avc1` and `xavc` as brand codes in the mp4 format parser to allow more file types to be parsed correctly.