diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bf6642c..40e2aeae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Re.this Changelog +## 0.1.4 + +* Use stricter typing in arguments. +* Removed unnecessary option constructs and moved to `VaryingArgument`. +* Removed unnecessary different type write operations since + the [protocol states](https://redis.io/docs/latest/develop/reference/protocol-spec/#resp-protocol-description) + that it always array of bulk strings. +* Supported setting charset for incoming and outgoing messages. + ## 0.1.3 * Publish missing meta package diff --git a/README.md b/README.md index 3e609698..d10be6a1 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,9 @@ dependencies { } ``` -# Comparison +# Benchmark + +There is a benchmark comparing popular library solutions: ```toml main summary: