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

- old
+ new

@@ -1,6 +1,12 @@ # MockRedis Changelog +### 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)) + ### 0.24.0 * Fix handling of blocks within `multi` blocks ([#185](https://github.com/sds/mock_redis/pull/185)) * Fix handling of multiple consecutive `?` characters in key pattern matching ([#186](https://github.com/sds/mock_redis/pull/186)) * Change `exists` to return an integer and add `exists?` ([#188](https://github.com/sds/mock_redis/pull/188))