From db729e5571a4f3a321643d024aa840742a2b54e4 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 17 Feb 2015 17:46:36 -0800 Subject: [PATCH] update cHANGELOG --- CHANGELOG.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 033bbcacf..512659fa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,10 +68,9 @@ PLUGIN CHANGES: * New `helper/schema` field for resources: `Exists` must point to a function to check for the existence of a resource. This is used to properly handle the case where the resource was manually deleted. [GH-766] - * There is a semantic change in `GetOk` where it will return `true` as - long as any value is non-nil _anywhere_, not just in the config. - The biggest change here is that plugin authors should not assume - that ok means the value is _non-empty_ and should check that case as well. + * There is a semantic change in `GetOk` where it will return `true` if + there is any value in the diff that is _non-zero_. Before, it would + return true only if there was a value in the diff. ## 0.3.6 (January 6, 2015)