Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Maizify committed May 13, 2021
1 parent 2eaa461 commit 832780f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
English | [简体中文](./CHANGELOG_CN.md)

#### 3.5.2 (2021-05-12)
#### 3.5.2 (2021-05-13)

- `Chore` Update to Webpack5 and update all NPM packages to the latest version.
- `Fix(General)` Fix invalid click caused by wrong `selection`.
- `Fix(Log)` Delete `cachedLogs` when reached `maxLogNumber` limit.
- `Fix(Log)` Fix XSS risk.
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[English](./CHANGELOG.md) | 简体中文

#### 3.5.2 (2021-05-12)
#### 3.5.2 (2021-05-13)

- `Chore` 升级到 Webpack5,并升级所有 NPM packages 到最新版本。
- `Fix(General)` 修复因 `selection` 选区引起的点击事件无效问题。
- `Fix(Log)` 当日志数量达到 `maxLogNumber` 上限时清空对应的 `cachedLogs`
- `Fix(Log)` 修复 XSS 漏洞。
Expand Down

0 comments on commit 832780f

Please sign in to comment.