From d67bd5b300075f036066f98e10b7a22f19e4524b Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Tue, 22 Jun 2021 15:18:35 +0900 Subject: [PATCH] Release v2.2.0 Added ----- * dictionary: add noun and adjectives from UniDic(#140) Changed ------- * Refactoring main loop logics for convert()(#144) Fixed ----- * Fix segmentation (wakati) when combination with Katakana and Hiragana(#142) Signed-off-by: Hiroshi Miura --- CHANGELOG.rst | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e0c0285..de8f1ee 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,9 @@ All notable changes to this project will be documented in this file. Unreleased_ =========== +v2.2.0_ (22, June 2021) +======================= + Added ----- * dictionary: add noun and adjectives from UniDic(#140) @@ -19,15 +22,6 @@ Fixed ----- * Fix segmentation (wakati) when combination with Katakana and Hiragana(#142) -Deprecated ----------- - -Removed -------- - -Security --------- - v2.1.1_ (16, May 2021) ====================== @@ -168,7 +162,8 @@ v2.0.0_ (31, May. 2020) ======================= -.. _Unreleased: https://github.com/miurahr/pykakasi/compare/v2.1.1...HEAD +.. _Unreleased: https://github.com/miurahr/pykakasi/compare/v2.2.0...HEAD +.. _v2.2.0: https://github.com/miurahr/pykakasi/compare/v2.1.1...v2.2.0 .. _v2.1.1: https://github.com/miurahr/pykakasi/compare/v2.1.0...v2.1.1 .. _v2.1.0: https://github.com/miurahr/pykakasi/compare/v2.0.8...v2.1.0 .. _v2.0.8: https://github.com/miurahr/pykakasi/compare/v2.0.7...v2.0.8