Add changelog

This commit is contained in:
contrapunctus 2021-03-29 12:09:28 +05:30
parent f07bdcee68
commit 3ead83eacc
1 changed files with 14 additions and 0 deletions

14
CHANGELOG.org Normal file
View File

@ -0,0 +1,14 @@
* changelog
All notable changes to this project will be documented in this file.
The format is based on [[https://keepachangelog.com/en/1.0.0/][Keep a Changelog]],
and this project adheres to [[https://semver.org/spec/v2.0.0.html][Semantic Versioning]].
** [0.1.0]
*** Changed
1. Renamed from "build.scm" to "mkly"
2. Numerous design changes -
1. an extensible rule-based system instead of hard-coded behaviour
2. accepts complete file names, allowing shell tab completion to work
3. supports use of regular expressions to match rules to targets
4. subdirectories can be specified, which will be descended into before performing actions