@@ -4,6 +4,45 @@ 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/ ) .
55
66
7+ ## [ 23.02.1] - 2023-03-10: "CBDC Backing Layer II"
8+
9+ This release named by @whitslack
10+
11+ ### Added
12+
13+
14+ ### Changed
15+
16+ - gossipd: Revert zombification change, keep all gossip for now. ([ #6069 ] )
17+
18+
19+ ### Deprecated
20+
21+ Note: You should always set ` allow-deprecated-apis=false ` to test for changes.
22+
23+
24+ ### Removed
25+
26+
27+ ### Fixed
28+
29+ - Plugins: ` sql ` nodes table now gets refreshed when gossip changes. ([ #6068 ] )
30+ - connectd: Fixed a crash on new connections. ([ #6070 ] )
31+ - wallet: Don't crash on broken database migrations. ([ #6071 ] )
32+
33+
34+ ### EXPERIMENTAL
35+
36+ - ` experimental-peer-storage ` : only send to peers which support it. ([ #6072 ] )
37+
38+
39+ [ #6068 ] : https://github.com/ElementsProject/lightning/pull/6068
40+ [ #6069 ] : https://github.com/ElementsProject/lightning/pull/6069
41+ [ #6070 ] : https://github.com/ElementsProject/lightning/pull/6070
42+ [ #6071 ] : https://github.com/ElementsProject/lightning/pull/6071
43+ [ #6072 ] : https://github.com/ElementsProject/lightning/pull/6072
44+
45+
746## [ 23.02] - 2023-03-01: "CBDC Backing Layer"
847
948This release named by @whitslack
@@ -2236,6 +2275,7 @@ There predate the BOLT specifications, and are only of vague historic interest:
223622756 . [ 0.5.1] - 2016-10-21
223722767 . [ 0.5.2] - 2016-11-21: "Bitcoin Savings & Trust Daily Interest II"
22382277
2278+ [ 23.02.1 ] : https://github.com/ElementsProject/lightning/releases/tag/v23.02.1
22392279[ 23.02 ] : https://github.com/ElementsProject/lightning/releases/tag/v23.02
22402280[ 0.12.0 ] : https://github.com/ElementsProject/lightning/releases/tag/v0.12.0
22412281[ 0.11.2 ] : https://github.com/ElementsProject/lightning/releases/tag/v0.11.2
0 commit comments