Update CHANGELOG.md

This commit is contained in:
Pam Selle 2019-10-01 14:33:51 -04:00 committed by GitHub
parent b40385772e
commit e6795556f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ ENHANCEMENTS:
* config: New function `parseint` for parsing strings containing digits as integers in various bases. [GH-22747]
* config: New function `cidrsubnets`, which is a companion to the existing function `cidrsubnet` which can allocate multiple consecutive subnet prefixes (possibly of different prefix lengths) in a single call. [GH-22858]
* backend/google: The GCS backend now supports OAuth2 token authentication. [GH-21772]
* provisioner/habitat: Multiple updates and fixes, see PR for details [GH-22705]
BUG FIXES: