From c0afac25984e2a9ce04ca1dc23a3391b24cccc37 Mon Sep 17 00:00:00 2001 From: yanyiwu Date: Mon, 9 May 2016 22:52:42 +0800 Subject: [PATCH] update changelog --- ChangeLog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index d073ecf..536dc59 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,7 @@ ## next version + add TextRankExtractor by [@questionfish] ++ add Jieba::ResetSeparators api for some special situation, for example in [issue67] ## v4.8.0 @@ -227,3 +228,4 @@ upgrade: [qinwf]:https://github.com/yanyiwu/cppjieba/pull/53#issuecomment-176264929 [jieba]:https://github.com/fxsjy/jieba [@questionfish]:https://github.com/questionfish +[issue67]:https://github.com/yanyiwu/cppjieba/issues/67