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.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ 0.9.3rc2 ] - 2021-01-15
7+ ## [ 0.9.3 ] - 2021-01-20
88
99### Added
1010
@@ -61,6 +61,8 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
6161 - onchaind uses much less memory on unilateral closes for old channels. ([ #4250 ] )
6262 - pay: Fixed an issue where waiting for the blockchain height to sync could time out. ([ #4317 ] )
6363 - 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 ] )
6466
6567### Security
6668
@@ -101,8 +103,9 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
101103[ #4243 ] : https://github.com/ElementsProject/lightning/pull/4243
102104[ #4282 ] : https://github.com/ElementsProject/lightning/pull/4282
103105[ #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
106109
107110
108111## [ 0.9.2] - 2020-11-20: Now with 0-of-N Multisig
You can’t perform that action at this time.
0 commit comments