Skip to content

Commit 8ebde45

Browse files
rustyrussellcdecker
authored andcommitted
CHANGELOG.md: include the v0.12.1 CHANGELOG entries!
This should have been merged into master earlier! Signed-off-by: Rusty Russell <[email protected]>
1 parent 47e9e3d commit 8ebde45

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,32 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
188188
[22.11rc2]: https://github.com/ElementsProject/lightning/releases/tag/v22.11rc2
189189

190190

191+
## [0.12.1] - 2022-09-13: Web-8 init (dot one)
192+
193+
Point release with some bugfixes and patches.
194+
195+
### Removed
196+
197+
- build: `mrkd` and `mistune` not required to build project
198+
199+
### Fixed
200+
201+
- lnprototest: builds for lnprototest tests now use 22.04 LTS, which fixes a problem with loading `mako`. ([#5583])
202+
- Plugins: topology plugin could crash when it sees duplicate private channel announcements ([#5593])
203+
- connectd: proper `gossip_store` operation may resolve some previous gossip propagation issues and connectd crashes ([#5591])
204+
- connectd: Fixed a condition for newly created channels that could trigger a need for reconnect. ([#5601])
205+
- `peer_control`: getinfo showing unannounced addresses. ([#5584])
206+
- `peer_control`: getinfo shows the correct port on discovered IPs ([#5585])
207+
208+
209+
[#5583]: https://github.com/ElementsProject/lightning/pull/5583
210+
[#5584]: https://github.com/ElementsProject/lightning/pull/5584
211+
[#5585]: https://github.com/ElementsProject/lightning/pull/5585
212+
[#5593]: https://github.com/ElementsProject/lightning/pull/5593
213+
[#5591]: https://github.com/ElementsProject/lightning/pull/5591
214+
[#5601]: https://github.com/ElementsProject/lightning/pull/5601
215+
216+
191217
## [0.12.0] - 2022-08-23: Web-8 init
192218

193219
This release named by @adi2011.

0 commit comments

Comments
 (0)