From adfe2cb1132f21c2112c7f38d82d9701f57097c4 Mon Sep 17 00:00:00 2001 From: Le Tuan Anh Date: Thu, 20 May 2021 11:42:15 +0800 Subject: [PATCH] Update change log --- CHANGES.md | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ff896fb..4ff9008 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,11 +1,19 @@ -1 Jun 2020 - - Improved texttaglib (lite) module - - Better TTL-JSON support - - Standardized TTL access methods (find(), find_all() to get_tag(), get_tags()) - - Improved chirptext.sino module (Kangxi radical information) - - Rename TextReport.file to TextReport.stream (more intuitive) - - Show fewer mecab related warnings - - Use Markdown for PyPI project README file - -9 Sep 2015 - - Reorganise project structure +# Chirptext changelog + +## 20 May 2021 + +- v >= 0.1.2: Fix newline and encoding keywords missing in `chio.write_csv()` and `chio.write_tsv()` + +## 1 Jun 2020 + +- Improved texttaglib (lite) module + - Better TTL-JSON support + - Standardized TTL access methods (find(), find_all() to get_tag(), get_tags()) +- Improved chirptext.sino module (Kangxi radical information) +- Rename TextReport.file to TextReport.stream (more intuitive) +- Show fewer mecab related warnings +- Use Markdown for PyPI project README file + +## 9 Sep 2015 + +- Reorganise project structure