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 6b655a1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,12 @@ 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 6b655a1

Please sign in to comment.