From eb0a7fb357dd4cfaa6db2e88e96b820a2a181fe3 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Tue, 26 Nov 2019 19:09:40 +0000 Subject: [PATCH] Add a Changelog --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ea2248e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] +### Added +- New `transpile` command to replace some functionality of devel server + +### Changed +- Major rewrite/refactor of `mothd` +- `state/until` is now `state/hours` and can specify multiple begin/end hours +- `state/disabled` is now `state/enabled` +- Mothball structure has changed substantially + +### Deprecated + +### Removed +- Development server is gone now; use `mothd` directly with a flag to transpile on the fly + +### Fixed + +### Security +