Skip to content

Commit c42ddcd

Browse files
committed
release: Add changelog for hotfix release v0.9.0.1
1 parent 9d4ba42 commit c42ddcd

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,38 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.9.0-1] - 2020-08-12: "(Still) Rat Poison Squared on Steroids"
8+
9+
This is a point release, mainly including some omissions in the `listpays` result, and a fix for routehints from invoices being skipped for payments larger than 10,000 satoshis.
10+
11+
### Added
12+
13+
- JSON-RPC: `listpays` now lists the `destination` if it was provided (e.g., via the `pay` plugin or `keysend` plugin) ([None](https://github.com/ElementsProject/lightning/pull/None))
14+
- JSON-RPC: `listpays` can be used to query payments using the `payment_hash` ([3888](https://github.com/ElementsProject/lightning/pull/3888))
15+
- JSON-RPC: `listpays` now includes the `payment_hash` ([3888](https://github.com/ElementsProject/lightning/pull/3888))
16+
- JSON-RPC: The result returned by `listpays` now includes the timestamp of the first part of the payment ([3909](https://github.com/ElementsProject/lightning/pull/3909))
17+
18+
### Changed
19+
20+
21+
### Deprecated
22+
23+
Note: You should always set `allow-deprecated-apis=false` to test for changes.
24+
25+
26+
### Removed
27+
28+
29+
### Fixed
30+
31+
- pay: Fixed a bug where routehints would be ignored if the payment exceeded 10,000 satoshi. This is particularly bad if the payee is only reachable via routehints in an invoice. ([3908](https://github.com/ElementsProject/lightning/pull/3908))
32+
- pay: Fixed a crash of the `pay` plugin if the presplit modifier skipped the root payment. ([3927](https://github.com/ElementsProject/lightning/pull/3927))
33+
- pay: Correct a case where we put the sub-payment value instead of the *total* value in the `total_msat` field of a multi-part payment.
34+
- pay: Be less aggressive with forgetting routehints.
35+
36+
37+
### Security
38+
739

840
## [0.9.0] - 2020-07-31: "Rat Poison Squared on Steroids"
941

@@ -785,6 +817,7 @@ There predate the BOLT specifications, and are only of vague historic interest:
785817
6. [0.5.1] - 2016-10-21
786818
7. [0.5.2] - 2016-11-21: "Bitcoin Savings & Trust Daily Interest II"
787819

820+
[0.9.0-1]: https://github.com/ElementsProject/lightning/releases/tag/v0.9.0-1
788821
[0.9.0]: https://github.com/ElementsProject/lightning/releases/tag/v0.9.0
789822
[0.8.2]: https://github.com/ElementsProject/lightning/releases/tag/v0.8.2
790823
[0.8.1]: https://github.com/ElementsProject/lightning/releases/tag/v0.8.1

0 commit comments

Comments
 (0)