version 2.0.1
This commit is contained in:
parent
9d1d313894
commit
b4e7be0a6e
2 changed files with 10 additions and 1 deletions
|
@ -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)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '2.0.0'
|
||||
__version__ = '2.0.1'
|
||||
|
|
Loading…
Reference in a new issue