release branch 0.21.0

This commit is contained in:
binbin.hou
2024-09-18 18:48:04 +08:00
parent a4d69462d9
commit 3d101b639d
13 changed files with 416 additions and 20 deletions

View File

@@ -360,4 +360,11 @@
| 序号 | 变更类型 | 说明 | 时间 | 备注 |
|:---|:-----|-----------|:-------------------|:--------------------------------------------------|
| 1 | A | 支持数字的全词匹配 | 2024-9-18 16:39:40 | https://github.com/houbb/sensitive-word/issues/77 |
| 1 | A | 支持数字的全词匹配 | 2024-9-18 19:39:40 | https://github.com/houbb/sensitive-word/issues/77 |
# release_0.21.0
| 序号 | 变更类型 | 说明 | 时间 | 备注 |
|:---|:-----|------------------------------------|:-------------------|:------------------------------------------------------|
| 1 | O | 优化白名单的匹配策略,避免长白名单时,匹配到短的黑名单,不符合预期。 | 2024-9-18 21:39:40 | https://github.com/houbb/sensitive-word/issues/76 +19 |
| 2 | A | 白名单支持单个编辑 | 2024-9-18 21:39:40 | 避免全量初始化 |