File tree 2 files changed +1
-9
lines changed
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.
15
15
## Next release
16
16
17
17
#### 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.
24
18
25
19
#### Breaking Changes
26
20
27
21
#### Bug Fixes
28
22
29
- * Close local databases when loopd daemon is stopped programmatically.
30
-
31
23
#### Maintenance
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
26
26
const (
27
27
// Note: please update release_notes.md when you change these values.
28
28
appMajor uint = 0
29
- appMinor uint = 16
29
+ appMinor uint = 17
30
30
appPatch uint = 0
31
31
32
32
// appPreRelease MUST only contain characters from semanticAlphabet per
You can’t perform that action at this time.
0 commit comments