Changes.md in redis_failover-0.9.0 vs Changes.md in redis_failover-0.9.1

- old
+ new

@@ -1,4 +1,10 @@ +0.9.1 +----------- +- Improve nested exception handling. +- Fix manual failover support when znode does not exist first. +- Various fixes to work better with 1.8.7. + 0.9.0 ----------- - Make Node Manager's lock path vary with its main znode. (Bira) - Node Manager's znode for holding current list of redis nodes is no longer ephemeral. This is unnecessary since the current master should only be changed by redis_failover. - Introduce :master_only option for RedisFailover::Client (disabled by default). This option configures the client to direct all read/write operations to the master.