~~~~~~~~~~~~~~~~~~
* First release after fork.
* Support for Python 2 removed.
* Only support Python 3.8+ now.
* The main code interface is mostly compatible. Change `from binaryornot.check import is_binary` to `from isbinary import is_binary_file`.
* Made "read starting chunk size" configurable, and bumped default from `1024` to `2048`.
* The CLI is now run with `python3 -m isbinary <filename>`.