Update CHANGELOG.md

This commit is contained in:
Radek Simko 2017-04-21 08:44:40 +02:00 committed by GitHub
parent 081121d29b
commit 43d518342c
1 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,12 @@
## 0.9.4 (Unreleased)
BACKWARDS INCOMPATIBILITIES / NOTES:
* provider/template: Fix invalid MIME formatting in `template_cloudinit_config`.
While the change itself is not breaking the data source it may be referenced
e.g. in `aws_launch_configuration` and similar resources which are immutable
and the formatting change will therefore trigger recreation [GH-13752]
FEATURES:
* **New Provider:** `opc` - Oracle Public Cloud [GH-13468]