File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,8 @@ This file tracks release notes for the loop client.
1616
1717#### New Features
1818
19- * Loop client now supports optional routing plugins to improve off-chain payment
20- reliability. One such plugin that the client implemenets will gradually prefer
21- increasingly more expensive routes in case payments using cheap routes time out.
22- Note that with this addition the minimum required LND version is LND 0.14.2-beta.
23-
2419#### Breaking Changes
2520
2621#### Bug Fixes
2722
28- * Loop now supports being hooked up to a remote signing pair of ` lnd ` nodes,
29- as long as ` lnd ` is ` v0.14.3-beta ` or later.
30-
3123#### Maintenance
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
2626const (
2727 // Note: please update release_notes.md when you change these values.
2828 appMajor uint = 0
29- appMinor uint = 17
29+ appMinor uint = 18
3030 appPatch uint = 0
3131
3232 // appPreRelease MUST only contain characters from semanticAlphabet per
You can’t perform that action at this time.
0 commit comments