Update CHANGELOG.md

This commit is contained in:
Jake Champlin
2017-08-03 18:07:08 -04:00
committed by GitHub
parent 3600f0b730
commit 66971cef70

View File

@@ -4,6 +4,10 @@ BUG FIXES:
* Fix `terraform state rm` and `mv` comamnds to work correctly with remote state backends [GH-15652]
IMPROVEMENTS:
* helper/schema: Add `GetOkExists` schema function [GH-15723]
INTERNAL CHANGES:
* DiffFieldReader.ReadField caches results to optimize deeply nested schemas [GH-15663]