From eeeead5c60cd00743d8f9285fd21c5e588ae87c2 Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Wed, 18 Mar 2020 13:12:14 +0900 Subject: [PATCH] Prepare for v2.0.0a3 Signed-off-by: Hiroshi Miura --- CHANGELOG.rst | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ce32d62..fedcbde 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -29,6 +29,21 @@ Removed Security -------- + +`v2.0.0a3`_ (18, Mar. 2020) +=========================== + +Changed +------- + +* Update test cases. + +Fixed +----- + +* Add guard for unknown symbol code point which lead NoneType error. + + `v2.0.0a2`_ (16, Mar. 2020) =========================== @@ -125,7 +140,8 @@ Fixed -.. _Unreleased: https://github.com/miurahr/pykakasi/compare/v2.0.0a2...HEAD +.. _Unreleased: https://github.com/miurahr/pykakasi/compare/v2.0.0a3...HEAD +.. _v2.0.0a3: https://github.com/miurahr/pykakasi/compare/v2.0.0a2...v2.0.0a3 .. _v2.0.0a2: https://github.com/miurahr/pykakasi/compare/v2.0.0a1...v2.0.0a2 .. _v2.0.0a1: https://github.com/miurahr/pykakasi/compare/v1.2...v2.0.0a1 .. _v1.2: https://github.com/miurahr/pykakasi/compare/v1.1...v1.2