docs: add change logs

This commit is contained in:
William Yang 2023-02-28 00:32:58 +01:00
parent 427e65bf21
commit 3a58a77bcd
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
Fix Swagger API doc rendering crash.
In version 5.0.18, a bug was introduced that resulted in duplicated field names in the configuration schema. This, in turn, caused the Swagger schema generated to become invalid.

View File

@ -0,0 +1,2 @@
修复 Swagger API 文档渲染崩溃。
在版本 5.0.18 中,引入了一个错误,导致配置 schema 中出现了重复的配置名称,进而导致生成了无效的 Swagger spec。