Skip to content

Commit bbb87c0

Browse files
authored
CHANGELOG: fix zstd experimental (#5047)
**Which issue(s) this PR fixes**: None. **What this PR does / why we need it**: Fix v1.19.0 CHANGELOG. What is experimental is out_forward. See #4896. **Docs Changes**: Not needed. **Release Note**: Not needed. Signed-off-by: Daijiro Fukuda <[email protected]>
1 parent 895c163 commit bbb87c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ New features:
99
* Add zstd compression support https://github.com/fluent/fluentd/pull/4657
1010
* Buffer: add `zstd` to `compress` option.
1111
* out_file: add `zstd` to `compress` option.
12-
* out_forward: add `zstd` to `compress` option.
13-
* in_forward: support `zstd` format. (Experimental)
12+
* out_forward: add `zstd` to `compress` option. (Experimental)
13+
* in_forward: support `zstd` format.
1414
* buffer: add feature to evacuate chunk files when retry limit
1515
https://github.com/fluent/fluentd/pull/4986
1616
* out_http: TLS1.3 support

0 commit comments

Comments
 (0)