CHANGELOG.md in mock_redis-0.37.0 vs CHANGELOG.md in mock_redis-0.38.0
- old
+ new
@@ -1,6 +1,11 @@
# MockRedis Changelog
+### 0.38.0
+
+* Fix detection of stream key types
+* Add support for `EXAT` AND `PXAT` arguments to `SET` command
+
### 0.37.0
* Require Ruby 2.7 or newer, since Ruby 2.6 and older are EOL
* Remove unnecessary files from gem contents
* Add support for popping multiple items with `lpop`