cChardet/CHANGES.rst

17 lines
263 B
ReStructuredText
Raw Normal View History

2016-10-17 10:39:55 +00:00
CHANGES
=======
2016-10-17 14:11:35 +00:00
1.x.x
-----
- Use len() function (9e61cb9e96b138b0d18e5f9e013e144202ae4067)
2016-10-17 14:23:31 +00:00
- Remove detect function in _cchardet.pyx (25b581294fc0ae8f686ac9972c8549666766f695)
2016-10-17 10:39:55 +00:00
1.1.0 (2016-10-17)
------------------
- Add Detector class
- Improve unit tests