You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CHANGELOG.md: order into a more user-first ordering.
And internal changes don't get CHANGELOG entries, so removed
"- Added interactive transaction building routine ([ElementsProject#5287])".
We need to come up with some way of marking rust crate changes,
as it's not immediately obvious what "- cln-plugin" means?
Maybe we switch from JSON-RPC to Control as a more general
prefix?
Signed-off-by: Rusty Russell <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27-30Lines changed: 27 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -12,51 +12,50 @@ TODO: Insert version codename, and username of the contributor that named the re
12
12
13
13
### Added
14
14
15
-
- cli: new `--filter` parameter to reduce JSON output. ([#5681])
15
+
- Reckless - a Core Lightning plugin manager ([#5647])
16
+
- Config: `--database-upgrade=true` required if a non-release version wants to (irrevocably!) upgrade the db. ([#5550])
16
17
- Documentation: `lightningd-rpc` manual page describes details of our JSON-RPC interface, including compatibility and filtering. ([#5681])
17
-
- pyln: LightningRpc has new `reply_filter` context manager for reducing output of RPC commands. ([#5681])
18
18
- JSON-RPC: `filter` object allows reduction of JSON response to (most) commands. ([#5681])
19
-
- Reckless - a Core Lightning plugin manager ([#5647])
20
-
- cln-plugin: Options are no longer required to have a default value ([#5369])
21
-
- Added interactive transaction building routine ([#5287])
22
-
- cln-rpc: `keysend` now exposes the `extratlvs` field ([#5674])
23
-
- JSON-RPC: The `extratlvs` argument for `keysend` now allows quoting the type numbers in string ([#5674])
24
-
- JSON-RPC: `makesecret` can take a string argument instead of hex. ([#5633])
25
-
- Protocol: We now delay forgetting funding-spent channels for 12 blocks (as per latest BOLTs, to support splicing in future). ([#5592])
26
-
- Protocol: We now set the `dont_forward` bit on private channel_update's message_flags (as per latest BOLTs). ([#5592])
27
-
- JSON-RPC: `delpay` takes optional `groupid` and `partid` parameters to specify exactly what payment to delete. ([#5594])
28
-
- JSON-RPC: `batching` command to allow database transactions to cross multiple back-to-back JSON commands. ([#5594])
19
+
- cli: new `--filter` parameter to reduce JSON output. ([#5681])
20
+
- pyln: LightningRpc has new `reply_filter` context manager for reducing output of RPC commands. ([#5681])
21
+
- JSON-RPC: `listhtlcs` new command to list all known HTLCS. ([#5594])
22
+
- Plugins: `autoclean` can now delete old forwards, payments, and invoices automatically. ([#5594])
29
23
- Plugins: `autoclean-once` command for a single cleanup. ([#5594])
30
24
- Plugins: `autoclean-status` command to see what autoclean is doing. ([#5594])
31
-
- Plugins: `autoclean` can now delete old forwards, payments, and invoices automatically. ([#5594])
32
-
- JSON-RPC: `delforward` command to delete listforwards entries. ([#5594])
33
-
- JSON-RPC: `listhtlcs` new command to list all known HTLCS. ([#5594])
34
-
- JSON-RPC: `listforwards` now shows `in_htlc_id` and `out_htlc_id` ([#5594])
35
25
- Config: `accept-htlc-tlv-types` lets us accept unknown even HTLC TLV fields we would normally reject on parsing (was EXPERIMENTAL-only `experimental-accept-extra-tlv-types`). ([#5619])
36
-
- JSON-RPC: `keysend` now has `extratlvs` option in non-EXPERIMENTAL builds. ([#5619])
37
-
- Protocol: `keysend` will now attach the longest valid text field in the onion to the invoice (so you can have Sphinx.chat users spam you!) ([#5619])
38
-
- plugin: The `openchannel` hook may return a custom absolute `reserve` value that the peer must not dip below. ([#5315])
26
+
- JSON-RPC: The `extratlvs` argument for `keysend` now allows quoting the type numbers in string ([#5674])
27
+
- JSON-RPC: `batching` command to allow database transactions to cross multiple back-to-back JSON commands. ([#5594])
- JSON-RPC: `delforward` command to delete listforwards entries. ([#5594])
30
+
- JSON-RPC: `delpay` takes optional `groupid` and `partid` parameters to specify exactly what payment to delete. ([#5594])
39
31
- JSON-RPC: `fundchannel`, `multifundchannel` and `fundchannel_start` now accept a `reserve` parameter to indicate the absolute reserve to impose on the peer. ([#5315])
40
-
- Config: `--database-upgrade=true` required if a non-release version wants to (irrevocably!) upgrade the db. ([#5550])
0 commit comments