From f9516709dada695aea270f19fd3ab99e82a07eea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Thu, 23 Mar 2023 07:54:24 +0800 Subject: [PATCH] Update documentation --- docs/changelog.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index cd52e39c..9da387ed 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,7 @@ +#### 1.2-rc1 + +* Fix bugs and update dependencies + #### 1.2-beta10 * Add multiple configuration support **1** @@ -5,9 +9,11 @@ *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. +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. +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