diff --git a/CHANGELOG b/CHANGELOG index e5b0176..f1ffe8d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,12 @@ +Version 0.7.1 (2020-10-05) +========================== + +Bug fixes: +- Fixed decoding of invalid GBK characters yielding null +- Corrected backwards seeking of UTF-8 strings with truncated sequences +- Corrected backwards seeking of Big5, gb18030, GBK, and EUC-KR strings + with invalid data + Version 0.7.0 (2019-12-20) ==========================