update CHANGELOG.md
This commit is contained in:
parent
5cb5b525fd
commit
391205fe5c
|
@ -6,6 +6,7 @@
|
|||
1. 修改页面的错误列表标题显示。
|
||||
2. 修改debug页面curl header语法错误。
|
||||
3. 修改debug页面json参数输入框,允许粘贴小段文本。
|
||||
4. 解决使用dubbo 2.7+,在provider中生成文档出错问题 github #77.
|
||||
#### 版本号:2.0.2
|
||||
- 更新日期: 2020-02-27
|
||||
- 更新内容:
|
||||
|
|
|
@ -126,6 +126,7 @@ When you need to use smart-doc to generate more API document information, you ca
|
|||
"revisionLogs": [{// Set document change records, no need to set
|
||||
"version": "1.0", // Document version number
|
||||
"revisionTime": "2020-12-31 10:30", //revision time
|
||||
"author": "author", // Document change author
|
||||
"status": "update", // Change operation status, generally: create, update, etc.
|
||||
"remarks": "desc" // Change description
|
||||
}],
|
||||
|
|
Loading…
Reference in New Issue