From a1ac1a4a293a6cbc475be5ad9eeeca67d4dc3d01 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 8 Feb 2019 17:01:49 +0100 Subject: [PATCH] Remove empty header from changelog [skip ci] --- changelog.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/changelog.md b/changelog.md index c5ee397bf6..372048015e 100644 --- a/changelog.md +++ b/changelog.md @@ -6,14 +6,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added - Experimental audit logging channel to track important events (separate from debug logging). - ### Changed - #2003, #2006 Transactions can be stored with a timestamp. The user-interface does not support this yet. But the API does. - Docker image tags a new manifest for arm and amd64. -### Deprecated -- Initial release. - ### Removed - @skuzzle removed an annoying console.log statement.