From 0a69ec3d0585a15cf4ae51bc385891c87ba19f06 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 17 Feb 2015 16:20:40 -0800 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fdc99af5..b006042d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,6 +67,10 @@ 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. ## 0.3.6 (January 6, 2015)