update CHANGELOG
This commit is contained in:
parent
3f9dafc5f6
commit
6e5f60c48a
|
@ -1,5 +1,10 @@
|
||||||
## 0.4.0 (unreleased)
|
## 0.4.0 (unreleased)
|
||||||
|
|
||||||
|
FEATURES:
|
||||||
|
|
||||||
|
* **Self-variables** can be used to reference the current resource's
|
||||||
|
attributes within a provisioner. Ex. `${self.private_ip_address}` [GH-1033]
|
||||||
|
|
||||||
IMPROVEMENTS:
|
IMPROVEMENTS:
|
||||||
|
|
||||||
* **New config function: `split`** - Split a value based on a delimiter.
|
* **New config function: `split`** - Split a value based on a delimiter.
|
||||||
|
|
Loading…
Reference in New Issue