File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
<!--
7
7
TODO: Insert version codename, and username of the contributor that named the release.
8
8
-->
9
- ## [ 23.02rc1 ] - 2023-02-08
9
+ ## [ 23.02rc2 ] - 2023-02-12
10
10
11
11
### Added
12
12
@@ -66,6 +66,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
66
66
- channeld no longer retains dead HTLCs in memory. ([ #5882 ] )
67
67
- database: Correctly identity official release versions for database upgrade. ([ #5880 ] )
68
68
- Plugins: ` commando ` now responds to remote JSON calls with the correct JSON ` id ` field. ([ #5866 ] )
69
+ - JSON-RPC: ` datastore ` handles escapes in ` string ` parameter correctly. ([ #5994 ] )
69
70
- JSON-RPC: ` sendpay ` now can send to a short-channel-id alias for the first hop. ([ #5846 ] )
70
71
- topology: Fixed memleak in ` listchannels ` ([ #5865 ] )
71
72
@@ -110,6 +111,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
110
111
[ #5956 ] : https://github.com/ElementsProject/lightning/pull/5956
111
112
[ #5897 ] : https://github.com/ElementsProject/lightning/pull/5897
112
113
[ #5904 ] : https://github.com/ElementsProject/lightning/pull/5904
114
+ [ #5994 ] : https://github.com/ElementsProject/lightning/pull/5994
113
115
114
116
115
117
## [ 22.11.1] - 2022-12-09: "Alameda Yield Generator II"
You can’t perform that action at this time.
0 commit comments