CHANGELOG.md in format_parser-0.17.0 vs CHANGELOG.md in format_parser-0.18.0
- old
+ new
@@ -1,4 +1,10 @@
+## 0.18.0
+* Mark m4v as one of the filename extensions likely to parse via the MOOV parser
+* Adopt [Hippocratic license v. 1.2](https://firstdonoharm.dev/version/1/2/license.html)
+ Note that this might make the license conditions unacceptable for your project. If that is the case,
+ you can use the 0.17.X branch of the library which stays under the original, exact MIT license.
+
## 0.17.0
* Remove parser factories. A parser should respond to `likely_match?` and `call`. If a parser has to be instantiated anew for
every call the parser should take care of instantiating itself.
* Add support for BMP files with core headers (older version of the BMP format)