From 5f059ef3fea310e4f614274d47487a1818e16493 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 19 Sep 2018 12:25:42 +0930 Subject: [PATCH] CHANGELOG.md: add Unreleased section at the top. Signed-off-by: Rusty Russell --- CHANGELOG.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e35234c1..39b11ed80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Added + +### Changed + +### Deprecated + +Note: You should always set `allow-deprecated-apis=false` to test for +changes. + +### Removed + +### Fixed + +### Security + ## [0.6.1] - 2018-09-11: "Principled Opposition To Segwit" This release named by ZmnSCPxj. @@ -51,9 +68,6 @@ This release named by ZmnSCPxj. ### Deprecated -Note: You should always set `allow-deprecated-apis=false` to test for -changes. - ### Removed - JSON API: `listpeers` results no long have `alias` and `color` fields;