ソースを参照

added changelog

Fabian Peter Hammerle 4 年 前
コミット
77acf035d7
1 ファイル変更19 行追加0 行削除
  1. 19 0
      CHANGELOG.md

+ 19 - 0
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](https://keepachangelog.com/en/1.0.0/),
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+
+## [Unreleased]
+### Fixed
+- disable local apk cache
+
+## [1.0.1] - 2019-08-10
+### Fixed
+- mount /var/spool/postfix to preserve mail queue
+
+## [1.0.0] - 2019-08-10
+
+[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/1.0.1...HEAD
+[1.0.1]: https://github.com/olivierlacan/keep-a-changelog/compare/1.0.0...1.0.1
+[1.0.0]: https://github.com/olivierlacan/keep-a-changelog/releases/tag/1.0.0