CHANGELOG.md in redis-client-0.15.0 vs CHANGELOG.md in redis-client-0.16.0

- old
+ new

@@ -1,6 +1,11 @@ # Unreleased +# 0.16.0 + +- Add `RedisClient#disable_reconnection`. +- Reverted the special discard of connection. A regular `close(2)` should be enough. + # 0.15.0 - Discard sockets rather than explictly close them when a fork is detected. #126. - Allow to configure sentinel client via url. #117. - Fix sentinel to preverse the auth/password when refreshing the sentinel list. #107.