From d27cffa8e65574c0468388f48977ac4859d44e1a Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Thu, 8 Sep 2016 13:51:21 +0200 Subject: [PATCH] #6001 documenting minor BC break in `QueryCacheEntry#time` type - specific version used --- UPGRADE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADE.md b/UPGRADE.md index 2195f5b82..b71e10adb 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -2,7 +2,7 @@ ## Minor BC BREAK: query cache key time is now a float -As of 2.5, the `QueryCacheEntry#time` property will contain a float value +As of 2.5.5, the `QueryCacheEntry#time` property will contain a float value instead of an integer in order to have more precision and also to be consistent with the `TimestampCacheEntry#time`.