From 92cf30833ccd22d92d7c1b72dc6d574ea7463f57 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Fri, 18 Nov 2016 01:36:28 +0200 Subject: [PATCH 1/2] Update readme #235 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49cd0b4e1..cab0582cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +07.11.2016 +* Use app time zone when calculating valid_to, outzone_at and delete_at domain attributes +* Consider domains having current time at expire_time attribute expired +* Improve domain's outzone and delete logic + 25.10.2016 * Outdated specs removed, failing specs fixed, rspec config improved From 15d0bbb5573c06ca3cb8c8e315c7d527f17bfc49 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Fri, 18 Nov 2016 13:43:18 +0200 Subject: [PATCH 2/2] Update changelog #235 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cab0582cf..bc32594d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ 07.11.2016 * Use app time zone when calculating valid_to, outzone_at and delete_at domain attributes -* Consider domains having current time at expire_time attribute expired +* Treat domains as expired when expire_time is set to current time * Improve domain's outzone and delete logic 25.10.2016