Skip to content

Commit

Permalink
Update changelog. (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrusNajmabadi committed May 16, 2019
1 parent d19369f commit 27e8d97
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
## 0.18.5 (Unreleased)

- VPCs can now be made which scale to use all availability zones in a region if desired. Use
`new awsx.ec2.Vpc("name", { numberOfAvailabilityZones: "all" })` to get this behavior. If
`numberOfAvailabilityZones` is not provided, the current behavior of defaulting to 2 availability
zones remains.

## 0.18.4 (5/14/2019)

- ApiGateway now provides control over the backing s3.Bucket created for `StaticRoute`s. This is
Expand Down

0 comments on commit 27e8d97

Please sign in to comment.