This commit is contained in:
yanyiwu 2016-03-26 23:34:40 +08:00
parent c19736995c
commit 4b97c57bb2

View File

@ -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