Skip to content

Commit

Permalink
change: update CHANGELOG format.
Browse files Browse the repository at this point in the history
  • Loading branch information
shuaijinchao committed Dec 13, 2019
1 parent 6fab04a commit 7fe3c22
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
- Remove `examples`


### v0.3.0
## 0.3.0
> Released on 2016.07.21
#### Feature
Expand Down
14 changes: 7 additions & 7 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@

#### 修复

- 修复在添加/删除规则后本地js cache未更新,之后立刻更改选择器配置造成的规则丢失bug
- 修复了在添加和删除规则后本地 `JavaScript Cache` 未更新导致选择器配置规则丢失问题
- 修复了`PR`中的拼写问题。

#### 变更
Expand All @@ -126,7 +126,7 @@

#### 注意

- 若使用的 `Orange` 版本在 `0.6.2` 以下,则应安装 `lor v0.2.*` 版本, 推荐 `lor v0.2.6`
- 若使用的 `Orange` 版本在 `0.6.2` 以下,则应安装 `lor v0.2.x` 版本, 推荐 `lor v0.2.6`
- 若使用的 `Orange` 版本在 `0.6.2` 及以上,可升级 `lor v0.3.0+` 版本。

## 0.6.1
Expand All @@ -144,7 +144,7 @@
- 重构 `Dashboard`
- 新增 `kvstore` 插件,用于通过API存取 `shared dict` 数据。
- 重构规则设计,流量筛选时改为分层结构,通过 `选择器` 对规则分组。
- 提取插件API公共代码统一维护
- 提取插件API公共代码,统一维护

#### 注意

Expand Down Expand Up @@ -182,10 +182,10 @@

#### 变更

- 移除examples
- 移除 `examples`


### v0.3.0
## 0.3.0
> Released on 2016.07.21
#### 新功能
Expand All @@ -211,15 +211,15 @@
#### 新功能

- 使用 `MySQL` 作为存储时,为 `Dashboard` 控制台添加账户系统
- 使用 `MySQL` 作为存储时,为 `Dashboard` 添加用户系统


## 0.1.0
> Released on 2016.05.04
#### 新功能

- 配置项支持文件存储和 `MySQL` 存储。
- 配置项支持 `文件` `MySQL` 存储。
- 通过 `MySQL` 存储来简单支持集群部署。
- 支持通过自定义插件方式扩展功能。
- 新增 `Global statistics`,全局状态统计插件。
Expand Down

0 comments on commit 7fe3c22

Please sign in to comment.