Update CHANGELOG.md

This commit is contained in:
Kristin Laemmert 2019-07-02 08:31:35 -04:00 committed by GitHub
parent 042aead714
commit b0096436a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -1,8 +1,11 @@
## 0.12.4 (Unreleased)
NEW FEATURES:
* lang/funcs: new `abspath` function returns the absolute path to a given file [GH-21409]
BUG FIXES:
* plugin/sdk: Prevent empty strings from being replaces with default values: [GH-21806]
* plugin/sdk: Prevent empty strings from being replaced with default values [GH-21806]
* plugin/sdk: Ensure resource timeouts are not lost when there is an empty plan [GH-21814]
* lang/funcs: Add missing map of bool support for `lookup` [GH-21863]