From 79b4af5fffc8a33bcff6183efc99f3006d7fde5c Mon Sep 17 00:00:00 2001 From: appilon Date: Wed, 27 May 2020 18:43:42 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7cfc763c1..d05b6eccd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ ENHANCEMENTS * Convenience methods were added to the `diag` package to simplify common error cases [GH-449] * Removed the `helper/mutexkv`, `helper/pathorcontents`, `httpclient`, and `helper/hashcode` packages. These packages can be easily replicated in plugin code if necessary or the v1 versions can be used side-by-side [GH-438] +BREAKING CHANGES + +* Removed `schema.PanicOnErr/TF_SCHEMA_PANIC_ON_ERR` environment variable. `d.Set()` errors are now logged in production and panic during acceptance tests (`TF_ACC=1`). [GH-462] + # 2.0.0-rc.1 (May 05, 2020) BREAKING CHANGES