12dc4dbb9SEitan Adler# Python `file-magic` Log of Changes 22dc4dbb9SEitan Adler 3*43a5ec4eSXin LI## `0.4.1` 4*43a5ec4eSXin LI 5*43a5ec4eSXin LI- Create threadlocal objects so that the `detect_from_*` methods work properly 6*43a5ec4eSXin LI 7*43a5ec4eSXin LI 82dc4dbb9SEitan Adler## `0.4.0` 92dc4dbb9SEitan Adler 102dc4dbb9SEitan Adler- Sync with current version of file: 112dc4dbb9SEitan Adler * Retain python 2 compatibility, factoring out the conversion functions. 122dc4dbb9SEitan Adler * Avoid double encoding with python3 132dc4dbb9SEitan Adler * Restore python-2 compatibility. 142dc4dbb9SEitan Adler 152dc4dbb9SEitan Adler 162dc4dbb9SEitan Adler## `0.3.0` 172dc4dbb9SEitan Adler 182dc4dbb9SEitan Adler- Fix `setup.py` so we can upload to PyPI 192dc4dbb9SEitan Adler- Add function `detect_from_filename` 202dc4dbb9SEitan Adler- Add function `detect_from_fobj` 212dc4dbb9SEitan Adler- Add function `detect_from_content` 22