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)