Update CHANGELOG.md

This commit is contained in:
Vincent Roseberry 2018-05-03 15:37:46 -07:00 committed by GitHub
parent f8ad4a2054
commit 6e85874c77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,9 @@ IMPROVEMENTS:
* compute: add `enable_flow_logs` field to subnetwork [GH-1385]
* project: Don't fail if `folder_id` and `org_id` are set but one is empty for `google_project` [GH-1425]
BUG FIXES:
* compute: Always parse fixed64 string to int64 even on 32 bits platform to prevent out-of-range crash. [GH-1429]
## 1.11.0 (May 01, 2018)
IMPROVEMENTS: