From 4b97c57bb296e40edcc2779350e39b0dbfad1222 Mon Sep 17 00:00:00 2001 From: yanyiwu Date: Sat, 26 Mar 2016 23:34:40 +0800 Subject: [PATCH] v4.6.0 --- ChangeLog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 5e7b6dc..ea5e16b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,8 +1,8 @@ # CppJieba ChangeLog -## next version +## v4.6.0 -+ Change Jieba::Locate to be static function. ++ Change Jieba::Locate(deprecated) to be static function. + Change the return value of KeywordExtractor::Extract from bool to void. + Add KeywordExtractor::Word and add more overrided KeywordExtractor::Extract