From cbb2b23023e8a22f9d603e97ed5deb3f2a152883 Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Tue, 4 May 2021 15:41:32 +0900 Subject: [PATCH] Release v2.0.8 Added ----- * test: Benchmark and profiling (#122) Changed ------- * Performance: avoid ord() when checking long-mark, speed up about 6% * Reformat code by black(#121) Signed-off-by: Hiroshi Miura --- CHANGELOG.rst | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 15758a1..92f703e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -25,6 +25,20 @@ Removed Security -------- +v2.0.8_ (4, May 2021) +===================== + +Added +----- + +* test: Benchmark and profiling (#122) + +Changed +------- + +* Performance: avoid ord() when checking long-mark, speed up about 6% +* Reformat code by black(#121) + v2.0.7_ (26, Feb. 2021) ======================= @@ -280,7 +294,8 @@ Fixed -.. _Unreleased: https://github.com/miurahr/pykakasi/compare/v2.0.7...HEAD +.. _Unreleased: https://github.com/miurahr/pykakasi/compare/v2.0.8...HEAD +.. _v2.0.8: https://github.com/miurahr/pykakasi/compare/v2.0.7...v2.0.8 .. _v2.0.7: https://github.com/miurahr/pykakasi/compare/v2.0.6...v2.0.7 .. _v2.0.6: https://github.com/miurahr/pykakasi/compare/v2.0.5...v2.0.6 .. _v2.0.5: https://github.com/miurahr/pykakasi/compare/v2.0.4...v2.0.5