File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ 0.9.3rc2 ] - 2021-01-15
7
+ ## [ 0.9.3 ] - 2021-01-20
8
8
9
9
### Added
10
10
@@ -61,6 +61,8 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
61
61
- onchaind uses much less memory on unilateral closes for old channels. ([ #4250 ] )
62
62
- pay: Fixed an issue where waiting for the blockchain height to sync could time out. ([ #4317 ] )
63
63
- pyln: parsing msat from a float string ([ #4237 ] )
64
+ - hsmtool: fix a segfault on ` dumponchaindescriptors ` without network parameter ([ #4341 ] )
65
+ - db: Speed up deletion of peer especially when there is a long history with that peer. ([ #4337 ] )
64
66
65
67
### Security
66
68
@@ -101,8 +103,9 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
101
103
[ #4243 ] : https://github.com/ElementsProject/lightning/pull/4243
102
104
[ #4282 ] : https://github.com/ElementsProject/lightning/pull/4282
103
105
[ #4328 ] : https://github.com/ElementsProject/lightning/pull/4328
104
- [ v0.9.3rc1 ] : https://github.com/ElementsProject/lightning/releases/tag/v0.9.3rc1
105
-
106
+ [ #4341 ] : https://github.com/ElementsProject/lightning/pull/4341
107
+ [ #4337 ] : https://github.com/ElementsProject/lightning/pull/4337
108
+ [ 0.9.3 ] : https://github.com/ElementsProject/lightning/releases/tag/v0.9.3rc1
106
109
107
110
108
111
## [ 0.9.2] - 2020-11-20: Now with 0-of-N Multisig
You can’t perform that action at this time.
0 commit comments