Skip to content

Commit 3a763be

Browse files
committed
CHANGELOG.md: release notes for 0.11.2.
Signed-off-by: Rusty Russell <[email protected]>
1 parent 743943a commit 3a763be

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,26 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
<!--
8-
TODO: Insert version codename, and username of the contributor that named the release.
9-
-->
7+
## [0.11.2] - 2022-06-20: Simon's Carefully Chosen Release Name III
8+
9+
Regressions since 0.10.2 which could not wait for the 0.12 release,
10+
which especially hurt larger nodes.
11+
12+
### Fixed
13+
14+
- Protocol: treat LND "internal error" as warnings, not force close events (like v0.10) ([#5326])
15+
- connectd: no longer occasional crashes when peers reconnect. ([#5300])
16+
- topology: Under some circumstances we were considering the limits on the wrong direction for a channel ([#5286])
17+
- routing: Fixed an issue where we would exclude the entire channel if either direction was disabled, or we hadn't seen an update yet. ([#5286])
18+
- connectd: large memory usage with many peers fixed. ([#5312])
19+
- connectd: reduce initial CPU load when connecting to peers. ([#5328])
20+
21+
[#5286]: https://github.com/ElementsProject/lightning/pull/5286
22+
[#5300]: https://github.com/ElementsProject/lightning/pull/5300
23+
[#5312]: https://github.com/ElementsProject/lightning/pull/5312
24+
[#5326]: https://github.com/ElementsProject/lightning/pull/5326
25+
[#5328]: https://github.com/ElementsProject/lightning/pull/5328
26+
[0.11.2]: https://github.com/ElementsProject/lightning/releases/tag/v0.11.2
1027

1128
## [0.11.1] - 2022-05-13: Simon's Carefully Chosen Release Name II
1229

0 commit comments

Comments
 (0)