CHANGELOG.md in redis-client-0.21.1 vs CHANGELOG.md in redis-client-0.22.0

- old
+ new

@@ -1,6 +1,12 @@ # Unreleased +# 0.22.0 + +- Made various performance optimizations to the Ruby driver. See #184. +- Always assume UTF-8 encoding instead of relying on `Encoding.default_external`. +- Add `exception` flag in `pipelined` allowing failed commands to be returned in the result array when set to `false`. See #187. + # 0.21.1 - Handle unresolved Sentinel master/replica error when displaying server URL in exceptions. See #182. # 0.21.0