update CHANGELOG
This commit is contained in:
parent
dc036a0dd0
commit
58649132cf
|
@ -14,6 +14,8 @@ BUG FIXES:
|
||||||
* core: Fix a panic case when certain invalid types were used in
|
* core: Fix a panic case when certain invalid types were used in
|
||||||
the configuration. [GH-691]
|
the configuration. [GH-691]
|
||||||
* core: Escape characters `\"`, `\n`, and `\\` now work in interpolations.
|
* core: Escape characters `\"`, `\n`, and `\\` now work in interpolations.
|
||||||
|
* core: Fix crash that could occur when there are exactly zero providers
|
||||||
|
installed on a system. [GH-786]
|
||||||
* provider/aws: ELB subnet change doesn't force new resource. [GH-804]
|
* provider/aws: ELB subnet change doesn't force new resource. [GH-804]
|
||||||
|
|
||||||
PLUGIN CHANGES:
|
PLUGIN CHANGES:
|
||||||
|
|
Loading…
Reference in New Issue