CHANGELOG.md in mock_redis-0.25.0 vs CHANGELOG.md in mock_redis-0.26.0

- old
+ new

@@ -1,6 +1,10 @@ # MockRedis Changelog +### 0.26.0 + +* Add block and count support to `xread` ([#194](https://github.com/sds/mock_redis/pull/194)) + ### 0.25.0 * Add support for `xread` command ([#190](https://github.com/sds/mock_redis/pull/190)) * Fix `mget` to raise error when passing empty array ([#191](https://github.com/sds/mock_redis/pull/191)) * Fix `xadd` when `maxlen` is zero ([#192](https://github.com/sds/mock_redis/pull/192))