CHANGELOG.md in mock_redis-0.1.1 vs CHANGELOG.md in mock_redis-0.1.2
- old
+ new
@@ -1,4 +1,7 @@
+### 0.1.2
+* Fixes for 1.9.2; no functionality changes.
+
### 0.1.1
* Fix handling of -inf, +inf, and exclusive endpoints (e.g. "(3") in
zrangebyscore, zrevrangebyscore, and zremrangebyscore. ("Fix" here
means "write", as it's something that was completely forgotten the
first time around.)