Update CHANGELOG.md

This commit is contained in:
Riley Karson 2017-08-11 14:45:13 -07:00 committed by GitHub
parent dc08530f7a
commit 0f45759165

View File

@ -1,6 +1,7 @@
## 0.1.3 (Unreleased)
BACKWARDS INCOMPATIBILITIES / NOTES:
* bigtable: `num_nodes` in `google_bigtable_instance` no longer defaults to `3`; if you used that default, it will need to be explicitly set. [GH-313]
* compute: `automatic_restart` and `on_host_maintenance` have been removed from `google_compute_instance_template`. Use `scheduling.automatic_restart` or `scheduling.on_host_maintenance` instead. [GH-224]
FEATURES: