CHANGELOG.md in mock_redis-0.13.2 vs CHANGELOG.md in mock_redis-0.14.0
- old
+ new
@@ -1,6 +1,16 @@
# MockRedis Changelog
+### 0.14.0
+
+* Fix bug where SETBIT command would not correctly unset a bit
+* Fix bug where a key that expired would cause another key that expired later
+ to prematurely expire
+* Add support to set methods to take array as argument
+* Evaluate futures at the end of `#multi` blocks
+* Add support for the SCAN command
+* Add support for `[+/-]inf` values for min/max in ordered set commands
+
### 0.13.2
* Fix SMEMBERS command to not return frozen elements
### 0.13.1