version 2.0.1

This commit is contained in:
PyYoshi 2017-04-25 11:14:56 +09:00
parent 9d1d313894
commit b4e7be0a6e
2 changed files with 10 additions and 1 deletions

View file

@ -1,6 +1,15 @@
CHANGES
=======
2.0.1 (2017-04-25)
------------------
- fix an issue where UTF-8 with a BOM would not be detected as UTF-8-SIG (fix `#28`_)
- pass NULL Byte to feed() / detect() (fix `#27`_)
.. _#28: https://github.com/PyYoshi/cChardet/issues/28
.. _#27: https://github.com/PyYoshi/cChardet/issues/27
2.0.0 (2017-04-06)
------------------

View file

@ -1 +1 @@
__version__ = '2.0.0'
__version__ = '2.0.1'