CHANGELOG.md in mock_redis-0.23.0 vs CHANGELOG.md in mock_redis-0.24.0
- old
+ new
@@ -1,6 +1,12 @@
# MockRedis Changelog
+### 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))
+
### 0.23.0
* Raise error when `setex` called with negative timeout ([#174](https://github.com/sds/mock_redis/pull/174))
* Add support for `dump`/`restore` between MockRedis instances ([#176](https://github.com/sds/mock_redis/pull/176))
* Fix warnings for ZSET methods on Ruby 2.7 ([#177](https://github.com/sds/mock_redis/pull/177))