From e6df0d579fafae707a2444da68e70283b06ade8b Mon Sep 17 00:00:00 2001 From: fofolee Date: Tue, 30 Jun 2020 19:53:50 +0800 Subject: [PATCH] pinyin-match --- src/node_modules/pinyin-match/CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/node_modules/pinyin-match/CHANGELOG.md diff --git a/src/node_modules/pinyin-match/CHANGELOG.md b/src/node_modules/pinyin-match/CHANGELOG.md new file mode 100644 index 0000000..5aada38 --- /dev/null +++ b/src/node_modules/pinyin-match/CHANGELOG.md @@ -0,0 +1,10 @@ +## 更新日志 + +### 1.1.0 + +*2020-03-30* + +### BUG修复 + +- 重写内部 getIndex 方法 + - 修复某些情况下,匹配字符没有按顺序的问题[#7](https://github.com/xmflswood/pinyin-match/issues/7)