1# Python `file-magic` Log of Changes 2 3## `0.4.1` 4 5- Create threadlocal objects so that the `detect_from_*` methods work properly 6 7 8## `0.4.0` 9 10- Sync with current version of file: 11 * Retain python 2 compatibility, factoring out the conversion functions. 12 * Avoid double encoding with python3 13 * Restore python-2 compatibility. 14 15 16## `0.3.0` 17 18- Fix `setup.py` so we can upload to PyPI 19- Add function `detect_from_filename` 20- Add function `detect_from_fobj` 21- Add function `detect_from_content` 22