Skip to content

Commit b3a1d01

Browse files
committed
meta: Add changelog for hotfix release v22.11.1
Changelog-None
1 parent 2ed1019 commit b3a1d01

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,40 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77
TODO: Insert version codename, and username of the contributor that named the release.
88
-->
99

10+
## [22.11.1] - 2022-12-09: "Alameda Yield Generator II"
11+
12+
### Added
13+
14+
- JSON-RPC: reverts requirement for "jsonrpc" "2.0" inside requests (still deprecated though, just for a while longer!) ([#5783])
15+
16+
### Changed
17+
18+
- config: `announce-addr-dns` needs to be set to *true* to put DNS names into node announcements, otherwise they are suppressed.
19+
20+
### Deprecated
21+
22+
Note: You should always set `allow-deprecated-apis=false` to test for changes.
23+
24+
- config: `announce-addr-dns` (currently defaults to `false`). This will default to `true` once enough of the network has upgraded to understand DNS entries. ([#5796])
25+
26+
### Fixed
27+
28+
- Build: arm32 compiler error in fetchinvoice, due to bad types on 32-bit platforms. ([#5785])
29+
- JSON-RPC: `autoclean-once` response `uncleaned` count is now correct. ([#5775])
30+
- Plugin: `autoclean` could misperform or get killed due to lightningd's invalid handling of JSON batching. ([#5775])
31+
- reckless verbosity properly applied. ([#5781])
32+
- wireaddr: #5657 allow '_' underscore in hostname part of DNS FQDN ([#5789])
33+
34+
[#5781]: https://github.com/ElementsProject/lightning/pull/5781
35+
[#5783]: https://github.com/ElementsProject/lightning/pull/5783
36+
[#5775]: https://github.com/ElementsProject/lightning/pull/5775
37+
[#5789]: https://github.com/ElementsProject/lightning/pull/5789
38+
[#5796]: https://github.com/ElementsProject/lightning/pull/5796
39+
[#5785]: https://github.com/ElementsProject/lightning/pull/5785
40+
[#5775]: https://github.com/ElementsProject/lightning/pull/5775
41+
[22.11.1]: https://github.com/ElementsProject/lightning/releases/tag/v22.11.1
42+
43+
1044
## [22.11] - 2022-11-30: "Alameda Yield Generator"
1145

1246

0 commit comments

Comments
 (0)