CHANGELOG.md in mock_redis-0.13.0 vs CHANGELOG.md in mock_redis-0.13.1
- old
+ new
@@ -1,6 +1,12 @@
# MockRedis Changelog
+### 0.13.1
+
+* Fix bug where certain characters in keys were treated as regex characters
+ rather than literals
+* Add back support for legacy integer timeouts on blocking list commands
+
### 0.13.0
* Fix bug where SETBIT command would not correctly unset a bit
* Add support for the `connect` method
* Check that `min`/`max` parameters are floats in `zrangebyscore`,