From 4a942710f99f232a385d11cf6721dddb9ac94a32 Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Tue, 20 Aug 2024 16:17:59 +0900 Subject: [PATCH] Fix inappropriate labeling in CHANGELOG.md (#4607) It helps user to notice wrong configuration, but bug itself is not fixed yet. So it is not notable enhancement. Re-label Misc it. Signed-off-by: Kentaro Hayashi --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 823fd676a2..9d87be991a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,6 @@ ### Enhancement -* yaml_parser: Support $log_level element - https://github.com/fluent/fluentd/pull/4482 -* out_file: Add warn message for symlink_path setting - https://github.com/fluent/fluentd/pull/4502 * out_http: Add `compress gzip` option https://github.com/fluent/fluentd/pull/4528 * in_exec: Add `encoding` option to handle non-ascii characters @@ -30,6 +26,8 @@ https://github.com/fluent/fluentd/pull/4522 * in_tail: Fix an issue where a large single line could consume a large amount of memory even though `max_line_size` is set https://github.com/fluent/fluentd/pull/4530 +* yaml_parser: Support $log_level element + https://github.com/fluent/fluentd/pull/4482 ### Misc @@ -45,6 +43,8 @@ https://github.com/fluent/fluentd/pull/4598 * Add logger gem dependency for Ruby 3.5 https://github.com/fluent/fluentd/pull/4589 +* out_file: Add warn message for symlink_path setting + https://github.com/fluent/fluentd/pull/4502 ## Release v1.17.0 - 2024/04/30