cChardet/CHANGES.rst

24 lines
310 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
-----
2016-11-04 03:17:34 +00:00
none
1.1.1
-----
2016-10-17 14:11:35 +00:00
- Use len() function (9e61cb9e96b138b0d18e5f9e013e144202ae4067)
2016-10-17 14:23:31 +00:00
- Remove detect function in _cchardet.pyx (25b581294fc0ae8f686ac9972c8549666766f695)
2016-11-04 03:17:34 +00:00
- Support manylinux1 wheel
2016-10-17 10:39:55 +00:00
1.1.0 (2016-10-17)
------------------
- Add Detector class
- Improve unit tests