From d8c8ba54fe1ef82a4fc93081e042da77544a6aa0 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Tue, 4 Sep 2018 15:48:01 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db2a7e5fa..d07f22555 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ Fixed - `RExecutorService` task execution performance regression Fixed - locking in multiple parallel transactions created with the same thread Fixed - `JCache.removeAll` doesn't work Fixed - Batch in `ExecutionMode.REDIS_WRITE_ATOMIC` and `ExecutionMode.REDIS_READ_ATOMIC` returns `QUEUED` instead of real result -Fixed - tasks scheduled with cron expression don't work in different timezones (thanks to Arpit Agrawal) +Fixed - tasks scheduled with cron expression don't work in different timezones (thanks to Arpit Agrawal) Fixed - global config codec is not registered in codec cache for reference objects (thanks to Rui Gu) ### 19-Jul-2018 - versions 2.12.5 and 3.7.5 released