mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-15 11:59:16 +01:00
CHANGELOG.md: note the Great Msat Migration!
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
cb496acb49
commit
4ffae2a8c6
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@ TODO: Insert version codename, and username of the contributor that named the re
|
|||
|
||||
This release named by @adi2011.
|
||||
|
||||
Developers please note the Great Msat Migration has begun:
|
||||
1. All JSON amount field names now end in "_msat" (others are deprecated)
|
||||
2. Their values are strings ending in "msat", but will soon be normal integers.
|
||||
3. You should accept both: set `allow-deprecated-apis=false` to test!
|
||||
|
||||
### Added
|
||||
|
||||
- *NEW*: `commando` a new builtin plugin to send/recv peer commands over the lightning network, using runes. ([#5370])
|
||||
|
|
Loading…
Add table
Reference in a new issue