diff --git a/CHANGELOG.md b/CHANGELOG.md index 102a66e..9a39626 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ The `Unreleased` section name is replaced by the expected version of next releas ### Added -- `EncodeWithTryDeflate/EncodeWithoutCompression`: Maps `ReadOnlyMemory` bodies to `int * ReadOnlyMemory` with a non-zero value indicating compression was applied [#78](https://github.com/jet/FsCodec/pull/78) +- `EncodeWithTryDeflate/EncodeUncompressed`: Maps `ReadOnlyMemory` bodies to `int * ReadOnlyMemory` (with a non-zero value indicating compression was applied) [#80](https://github.com/jet/FsCodec/pull/80) ### Changed