Update CHANGELOG.md

This commit is contained in:
Kristin Laemmert 2020-06-16 14:48:51 -04:00 committed by GitHub
parent 6b3d0ee64b
commit c2e041a646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ BUG FIXES:
* command/apply: Fix bug which caused Terraform to silently exit on Windows when using absolute plan path [GH-25233]
* command/init: Fix bug which caused the default local plugindir to be omitted as a provider source location [GH-25214]
* command/format: Fix bug which caused some diagnostics to print empty source lines [GH-25156]
* command/version: add -json flag for machine-parsable version output [GH-25252]
* config: Function argument expansion with `...` will no longer incorrectly return "Invalid expanding argument value" in situations where the expanding argument type isn't known yet. [GH-25216]
* config: Fix crash in validation with non-ascii characters [GH-25144]
* config: Don't panic if version constraint syntax isn't accepted by new version constraint parser [GH-25223]