diff options
author | xengineering <me@xengineering.eu> | 2022-11-07 20:34:12 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-11-07 21:17:44 +0100 |
commit | ced395938d31443b59e0901397ebf1afc63face2 (patch) | |
tree | 373ecc37df07c3d80c7c9f1730c9d51148c753e4 | |
parent | 1d6b45bebea66391a2a535a3bb328a5732aaa75d (diff) | |
download | ceres-ced395938d31443b59e0901397ebf1afc63face2.tar ceres-ced395938d31443b59e0901397ebf1afc63face2.tar.zst ceres-ced395938d31443b59e0901397ebf1afc63face2.zip |
Add CHANGELOG
-rw-r--r-- | CHANGELOG.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1de3e34 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ + +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog][1], and this project adheres to +[Semantic Versioning][2]. + +## [Unreleased][3] + +### Added + +- viewing recipes +- adding recipes +- editing of markdown description via the browser + +[1]: https://keepachangelog.com/en/1.0.0/ +[2]: https://semver.org/spec/v2.0.0.html +[3]: https://cgit.xengineering.eu/ceres/tree |