Skip to content

Commit

Permalink
Fix inappropriate labeling in CHANGELOG.md (#4607)
Browse files Browse the repository at this point in the history
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 <hayashi@clear-code.com>
  • Loading branch information
kenhys committed Aug 20, 2024
1 parent 9d0d6ef commit 4a94271
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 4a94271

Please sign in to comment.