Skip to content

Commit

Permalink
improve changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
martinklepsch committed Nov 26, 2016
1 parent 60cf61e commit 1363548
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,13 @@ Also feel free to open issues to ask questions or suggest improvements.

#### unreleased

- HostedZones cost 50c each so it would be nice to use an existing HostedZone for `example.com`
when creating a site at `demo.example.com`. This is now being done. A message is printed.
- **HostedZone Reuse:** Creating a new HostedZone for each site has two drawbacks:
- Each HostedZone costs 50 cent
- Each HostedZone has a distinct set of nameservers that you'd need to supply to your domain provider

By using one HostedZone for your root domain `example.com` these problems are solved and
adding a new site at `demo.example.com` is just a matter of adding a RecordSet.
**Confetti now tries to find an existing HostedZone and only adds a RecordSet if it finds one.**

#### 0.1.4

Expand Down

0 comments on commit 1363548

Please sign in to comment.