summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniele Sluijters <daenney@users.noreply.github.com>2015-04-22 16:40:30 +0200
committerDaniele Sluijters <daenney@users.noreply.github.com>2015-04-22 16:40:30 +0200
commit114148c71019dbdc03731f9df509856696ab61cc (patch)
tree1c9baf0d5f0cde0f7e980fb556b0c34f9b684ce1 /CHANGELOG.md
parenta39191a843ed3a5fa9f5220ae2b2e1e01cc7beda (diff)
Add CHANGELOG in http://keepachangelog.com format
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..478fe63
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,10 @@
+# Change Log
+All notable changes to this project will be documented in this file.
+This project adheres to [Semantic Versioning](http://semver.org/).
+
+## [Unreleased][unreleased]
+### Added
+- Full configuration of unattended-upgrades and all possible options for `APT::Periodic`.
+- Test suite covering the current behaviour.
+- README with full documentation.
+- Boilerplate such as Gemfile, Travis configuration, LICENSE and so on.