CHANGELOG.md in redis-client-0.10.0 vs CHANGELOG.md in redis-client-0.11.0

- old
+ new

@@ -1,6 +1,11 @@ # Unreleased +# 0.11.0 + +- hiredis: do not eagerly close the connection on read timeout, let the caller decide if a timeout is final. +- Add `Config#custom` to store configuration metadata. It can be used for per server middleware configuration. + # 0.10.0 - Added instance scoped middlewares. See: #53 - Allow subclasses of accepted types as command arguments. Fix: #51 - Improve hiredis driver error messages.