CHANGELOG.md in mock_redis-0.12.0 vs CHANGELOG.md in mock_redis-0.12.1
- old
+ new
@@ -1,6 +1,10 @@
# MockRedis Changelog
+### 0.12.1
+
+* RENAME command now keeps key expiration
+
### 0.12.0
* Fix bug where `del` would not raise error when given empty array
* Add support for the BITCOUNT command