Skip to content

Commit 8cdbe97

Browse files
committed
v0.12.0rc3 - Release Candidate numero tres
Release Candidate 3 for v0.12.0. Now with more bugfixes!
1 parent 7c9985f commit 8cdbe97

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
TODO: Insert version codename, and username of the contributor that named the release.
99
-->
1010

11-
## [0.12.0rc2] - 2022-08-10: "TBD"
11+
## [0.12.0rc3] - 2022-08-10: "TBD"
1212

1313
This release named by @adi2011.
1414

@@ -56,6 +56,8 @@ Developers please note the Great Msat Migration has begun:
5656
- gossip: gossip\_store updated to version 10. ([#5239])
5757
- Options: `log-file` option specified multiple times opens multiple log files. ([#5281])
5858
- JSON-RPC: `sendpay` and `sendonion` now obey the first hop "channel" short_channel_id, if specified. ([#5505])
59+
- JSON-RPC: `signpsbt` no longer crashes if it doesn't like what your PSBT is ([#5506])
60+
- JSON-RPC: `signpsbt` will now add redeemscript + witness-utxo to the PSBT for an input that we can sign for, before signing it. ([#5506])
5961
- JSON-RPC: `plugin start` now assumes relative path to default plugins dir if the path is not found in absolute context. i.e. lightning-cli plugin start my_plugin.py ([#5211])
6062
- JSON-RPC: `fundchannel`: now errors if you try to buy a liquidity ad but dont' have `experimental-dual-fund` enabled ([#5389])
6163
- JSON-RPC: "\_msat" fields can be raw numbers, not "123msat" strings (please handle both!) ([#5306])
@@ -169,6 +171,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
169171
[#5489]: https://github.com/ElementsProject/lightning/pull/5489
170172
[#5501]: https://github.com/ElementsProject/lightning/pull/5501
171173
[#5505]: https://github.com/ElementsProject/lightning/pull/5505
174+
[#5506]: https://github.com/ElementsProject/lightning/pull/5506
172175
[#5513]: https://github.com/ElementsProject/lightning/pull/5513
173176

174177

@@ -1860,7 +1863,7 @@ There predate the BOLT specifications, and are only of vague historic interest:
18601863
6. [0.5.1] - 2016-10-21
18611864
7. [0.5.2] - 2016-11-21: "Bitcoin Savings & Trust Daily Interest II"
18621865

1863-
[0.12.0rc2]: https://github.com/ElementsProject/lightning/releases/tag/v0.12.0rc2
1866+
[0.12.0rc3]: https://github.com/ElementsProject/lightning/releases/tag/v0.12.0rc3
18641867
[0.11.2]: https://github.com/ElementsProject/lightning/releases/tag/v0.11.2
18651868
[0.11.1]: https://github.com/ElementsProject/lightning/releases/tag/v0.11.1
18661869
[0.11.0.1]: https://github.com/ElementsProject/lightning/releases/tag/v0.11.0.1

0 commit comments

Comments
 (0)