diff options
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ffef4a22a..035a00b11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ * [#2925](https://github.com/xmake-io/xmake/issues/2925): Improve doxygen plugin * [#2948](https://github.com/xmake-io/xmake/issues/2948): Support OpenBSD -* Add `xmake g --insecure-ssl` option to disable ssl certificate when downloading packages +* Add `xmake g --insecure-ssl=y` option to disable ssl certificate when downloading packages ### Bugs fixed @@ -1434,7 +1434,7 @@ * [#2925](https://github.com/xmake-io/xmake/issues/2925): 改进 doxygen 插件 * [#2948](https://github.com/xmake-io/xmake/issues/2948): 支持 OpenBSD -* 添加 `xmake g --insecure-ssl` 配置选项去禁用 ssl 证书检测 +* 添加 `xmake g --insecure-ssl=y` 配置选项去禁用 ssl 证书检测 ### Bugs 修复 |
