CHANGES ======= 2.0a4 (2017-04-05) ------------------ - Update uchardet repo (Fix buffer overflow) 2.0a3 (2017-03-29) ------------------ - Implement UniversalDetector (like chardet) 2.0a2 (2017-03-28) ------------------ - Update uchardet repo (Fix memory leak) 2.0a1 (2017-03-28) ------------------ - Replace `uchardet-enhanced`_ to `uchardet`_ - Remove Detector class .. _uchardet-enhanced: https://bitbucket.org/medoc/uchardet-enhanced/overview .. _uchardet: https://github.com/PyYoshi/uchardet 1.1.3 (2017-02-26) ------------------ - Support AArch64 1.1.2 (2017-01-08) ------------------ - Support Python 3.6 1.1.1 (2016-11-05) ------------------ - Use len() function (9e61cb9e96b138b0d18e5f9e013e144202ae4067) - Remove detect function in _cchardet.pyx (25b581294fc0ae8f686ac9972c8549666766f695) - Support manylinux1 wheel 1.1.0 (2016-10-17) ------------------ - Add Detector class - Improve unit tests