xref: /freebsd/contrib/file/python/CHANGELOG.md (revision 148a8da8)
1# Python `file-magic` Log of Changes
2
3## `0.4.0`
4
5- Sync with current version of file:
6  * Retain python 2 compatibility, factoring out the conversion functions.
7  * Avoid double encoding with python3
8  * Restore python-2 compatibility.
9
10
11## `0.3.0`
12
13- Fix `setup.py` so we can upload to PyPI
14- Add function `detect_from_filename`
15- Add function `detect_from_fobj`
16- Add function `detect_from_content`
17