From f0cc1f0875c79f51166e1118795792f59b62f273 Mon Sep 17 00:00:00 2001 From: Daijiro Fukuda Date: Tue, 20 Aug 2024 16:19:42 +0900 Subject: [PATCH] v1.16.6: Move #4512 to Misc Because it does not fix the bug itself. Signed-off-by: Daijiro Fukuda --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4570fb609b..0f27ba6a60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,6 @@ * YAML config syntax: Fix issue where `$log_level` element was not supported correctly https://github.com/fluent/fluentd/pull/4486 -* out_file: Add warn message for symlink_path setting - https://github.com/fluent/fluentd/pull/4512 * parser_json: Fix wrong LoadError warning https://github.com/fluent/fluentd/pull/4592 * `fluentd` command: Fix `--plugin` (`-p`) option not to overwrite default value @@ -15,6 +13,8 @@ ### Misc +* out_file: Add warn message for symlink_path setting + https://github.com/fluent/fluentd/pull/4512 * Keep console gem v1.23 to avoid LoadError https://github.com/fluent/fluentd/pull/4510