Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Jul 4, 2022
1 parent 5cfd799 commit d2e2fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The `Unreleased` section name is replaced by the expected version of next releas

### Added

- `EncodeWithTryDeflate/EncodeWithoutCompression`: Maps `ReadOnlyMemory<byte>` bodies to `int * ReadOnlyMemory<byte>` with a non-zero value indicating compression was applied [#78](https://github.com/jet/FsCodec/pull/78)
- `EncodeWithTryDeflate/EncodeUncompressed`: Maps `ReadOnlyMemory<byte>` bodies to `int * ReadOnlyMemory<byte>` (with a non-zero value indicating compression was applied) [#80](https://github.com/jet/FsCodec/pull/80)

### Changed

Expand Down

0 comments on commit d2e2fd1

Please sign in to comment.