浏览代码

documentation: Update changelog

世界 2 年之前
父节点
当前提交
4baff5aeb1
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      docs/changelog.md

+ 11 - 0
docs/changelog.md

@@ -1,3 +1,14 @@
+#### 1.2-beta10
+
+* Add multiple configuration support **1**
+* Fix bugs and update dependencies
+
+*1*:
+
+Now you can pass the parameter `--config` or `-c` multiple times, or use the new parameter `--config-directory` or `-C` to load all configuration files in a directory.
+
+Loaded configuration files are sorted by name. If you want to control the merge order, add a numeric prefix to the file name.
+
 #### 1.1.7
 
 * Improve the stability of the VMESS server