]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/file/python/CHANGELOG.md
THIS BRANCH IS OBSOLETE, PLEASE READ:
[FreeBSD/FreeBSD.git] / contrib / file / python / CHANGELOG.md
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`