Skip to content

Fix inappropriate labeling in CHANGELOG.md #4607

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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