CHANGELOG.md in redis-client-0.8.1 vs CHANGELOG.md in redis-client-0.9.0

- old
+ new

@@ -1,9 +1,13 @@ # Unreleased +# 0.9.0 + +- Automatically reconnect if the process was forked. + # 0.8.1 -- Make the client resilient to `Timeout.timeout` or `Thread#kill` use (it still still very much discouraged to use). +- Make the client resilient to `Timeout.timeout` or `Thread#kill` use (it still is very much discouraged to use either). Use of async interrupts could cause responses to be interleaved. - hiredis: handle commands returning a top-level `false` (no command does this today, but some extensions might). - Workaround a bug in Ruby 2.6 causing a crash if the `debug` gem is enabled when `redis-client` is being required. Fix: #48 # 0.8.0