CHANGELOG.md in mock_redis-0.18.0 vs CHANGELOG.md in mock_redis-0.19.0
- old
+ new
@@ -1,6 +1,13 @@
# MockRedis Changelog
+### 0.19.0
+
+* Require Ruby 2.2+
+* Add support for `bitfield` command
+* Add support for `geoadd`, `geopos`, `geohash`, and `geodist` commands
+* Fix multi-nested pipeline not releasing lock issue
+
### 0.18.0
* Fix `hset` return value to return false when the field exists in the hash
* Fix message on exception raised from hincrbyfloat to match Redis 4
* Fix `lpushx`/`rpushx` to correctly accept an array as the value