mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
CHANGELOG.md: v0.7.0
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -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/)
|
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).
|
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
|
### Added
|
||||||
|
|
||||||
- plugins: fully enabled, and ready for you to write some!
|
- plugins: fully enabled, and ready for you to write some!
|
||||||
- plugins: `pay` is now a plugin.
|
- plugins: `pay` is now a plugin.
|
||||||
- protocol: `pay` will now use routehints in invoices if it needs to.
|
- 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: New command `paystatus` gives detailed information on `pay` commands.
|
||||||
- JSON API: `getroute`, `invoice`, `sendpay` and `pay` commands `msatoshi`
|
- JSON API: `getroute`, `invoice`, `sendpay` and `pay` commands `msatoshi`
|
||||||
parameter can have suffixes `msat`, `sat` (optionally with 3 decimals) or `btc`
|
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
|
6. [0.5.1] - 2016-10-21
|
||||||
7. [0.5.2] - 2016-11-21: "Bitcoin Savings & Trust Daily Interest II"
|
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.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.2]: https://github.com/ElementsProject/lightning/releases/tag/v0.6.2
|
||||||
[0.6.1]: https://github.com/ElementsProject/lightning/releases/tag/v0.6.1
|
[0.6.1]: https://github.com/ElementsProject/lightning/releases/tag/v0.6.1
|
||||||
|
|||||||
Reference in New Issue
Block a user