summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-10-25 22:38:10 +0800
committerruki <[email protected]>2022-10-25 22:38:10 +0800
commit89b29a4cae29e6fa3f60a4b99e378e245d37215d (patch)
tree5f7b943b11c9fef6fbc7c4bd2f5b83c34c02fcc1
parentfc698b64b9f5c927b43b9b75566fa7d0d779a918 (diff)
update changelog
-rw-r--r--CHANGELOG.md4
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 修复