From 353c3c4f62a4f4529125abac13778946b00dc18c Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Wed, 28 Nov 2018 00:04:49 -0800 Subject: [PATCH] Add Unreleased section to CHANGELOG --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86836bf..2ba072f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). +## [Unreleased] + +### Changed + +- New stage names: experimental and live. +- Use separate asset bucket per-stage. +- Use live stage by default. +- Load `public/index.html.mustache` template from asset CDN to render index. +- Remove `.bucket` before building. + +### Added + +- Use `appVersion` cookie to select version if set. +- Restrict bucket access to CloudFront origin access identity. +- Version number to page title. + +### Fixed + +- TTL settings in CloudFront. + ## 0.2.0 - Initial release.