diff --git a/python-python-redis-lock.changes b/python-python-redis-lock.changes index 58f1409..6815474 100644 --- a/python-python-redis-lock.changes +++ b/python-python-redis-lock.changes @@ -1,6 +1,14 @@ ------------------------------------------------------------------- Wed Jul 5 09:14:19 UTC 2023 - Matej Cepl +- Update to 4.0.0: + - Dropped support for Python 2.7 and 3.6. + - Switched from Travis to GitHub Actions. + - Made logging messages more consistent. + - Replaced the redis_lock.refresh.thread.* loggers with a + single redis_lock.refresh.thread logger. + - Various testing cleanup (mainly removal of hardcoded tmp + paths). - Temporarily switch off tests (gh#ionelmc/python-redis-lock#107) -------------------------------------------------------------------