From 44884140e5c03af0f4359e3c4e4ec5b9019f2b37 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 25 Sep 2018 01:11:37 +0300 Subject: [PATCH] CHANGELOG.md: Add new unreleased changes --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e6ef75..9f7c67a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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] - 2018-09-24 +### Changed +- Environment settings in example systemd unit files + ## [0.2.0] - 2018-09-24 ### Changed - Use PostgreSQL instead of SQLite because UPSERT support needs a very new libsqlite3 whereas it's already in PostgreSQL 9.5+