CHANGELOG.md in mock_redis-0.20.0 vs CHANGELOG.md in mock_redis-0.21.0

- old
+ new

@@ -1,6 +1,14 @@ # MockRedis Changelog +### 0.21.0 + +* Fix behavior of `time` to return array of two integers ([#161](https://github.com/sds/mock_redis/pull/161)) +* Add support for `close` and `disconnect!` ([#163](https://github.com/sds/mock_redis/pull/163)) +* Fix `set` to properly handle (and ignore) other options ([#164](https://github.com/sds/mock_redis/pull/163)) +* Fix `srem` to allow array of integers as argument ([#166](https://github.com/sds/mock_redis/pull/166)) +* Fix `hdel` to allow array as argument ([#168](https://github.com/sds/mock_redis/pull/168)) + ### 0.20.0 * Add support for `count` parameter of `spop` * Fix `mget` and `mset` to accept array as parameters * Fix pipelined array replies