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 @@ -15,17 +15,9 @@ This file tracks release notes for the loop client.
1515## Next release
1616
1717#### New Features
18- * Loop in functionality has been added to AutoLoop. This feature can be enabled
19- to acquire outgoing capacity on your node automatically, using
20- ` loop setrule --type=in ` . At present, autoloop can only be set to loop out
21- * or* loop in, and cannot manage liquidity in both directions.
22-
23- * Use LND's hop hint selector when doing private loop-ins.
2418
2519#### Breaking Changes
2620
2721#### Bug Fixes
2822
29- * Close local databases when loopd daemon is stopped programmatically.
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 = 16
29+ appMinor uint = 17
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