diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e17eb8c..0361d18c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # MockRedis Changelog +### master (unreleased) + +* Raise error when `setex` called with negative timeout ([#174](https://github.com/sds/mock_redis/pull/174)) + ### 0.22.0 * Gracefully handle cursors larger than the collection size in scan commands ([#171](https://github.com/sds/mock_redis/pull/171))