From e8dc6508539fc87d8f4e4862387181c5860bd627 Mon Sep 17 00:00:00 2001 From: Shane da Silva Date: Fri, 11 Oct 2019 18:14:13 -0700 Subject: [PATCH] Update change log with setex negative timeout fix --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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))