From 4a11bc07f9bc474cbe5eb6f9e45c71075d40fda3 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Fri, 1 Mar 2019 20:20:09 +1030 Subject: [PATCH] CHANGELOG.md: v0.7.0 Signed-off-by: Rusty Russell --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0c48c734..fea6d326a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,16 @@ 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). -## [0.7.0rc3] - 2019-02-28: "Happy Birthday Alex" +## [0.7.0] - 2019-02-28: "Actually an Altcoin" + +This release named by Mark Beckwith @wythe. ### Added - plugins: fully enabled, and ready for you to write some! - plugins: `pay` is now a plugin. - protocol: `pay` will now use routehints in invoices if it needs to. +- build: reproducible source zipfile and Ubuntu 18.04.1 build. - JSON API: New command `paystatus` gives detailed information on `pay` commands. - JSON API: `getroute`, `invoice`, `sendpay` and `pay` commands `msatoshi` parameter can have suffixes `msat`, `sat` (optionally with 3 decimals) or `btc` @@ -309,7 +312,7 @@ There predate the BOLT specifications, and are only of vague historic interest: 6. [0.5.1] - 2016-10-21 7. [0.5.2] - 2016-11-21: "Bitcoin Savings & Trust Daily Interest II" -[0.7.0-rc3]: https://github.com/ElementsProject/lightning/compare/v0.6.3...HEAD +[0.7.0]: https://github.com/ElementsProject/lightning/compare/v0.6.3...HEAD [0.6.3]: https://github.com/ElementsProject/lightning/releases/tag/v0.6.3 [0.6.2]: https://github.com/ElementsProject/lightning/releases/tag/v0.6.2 [0.6.1]: https://github.com/ElementsProject/lightning/releases/tag/v0.6.1