File tree 2 files changed +1
-13
lines changed
2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,6 @@ This file tracks release notes for the loop client.
16
16
17
17
#### New Features
18
18
19
- ##### Autoloop Swap Size
20
- * Autoloop can now be configured with custom swap size limits. Previously,
21
- autoloop would use the minimum/maximum swap amount set by the server (exposed
22
- by the ` loop terms ` command) to decide on swap size.
23
- * Setting a custom minimum swap amount is particularly useful for clients that
24
- would like to perform fewer, larger swaps to save on fees. The trade-off when
25
- setting a large minimum amount is that autoloop will wait until your channel is
26
- at least the minimum amount below its incoming threshold amount before executing
27
- a swap, which may result in channels staying under the threshold for longer.
28
- * These values can be set using the following command: ` loop setparams --minamt={minimum in sats} --maxamt={maximum in sats} ` .
29
- * The values set must fall within the limits set by the loop server.
30
-
31
19
#### Breaking Changes
32
20
33
21
#### Bug Fixes
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const (
27
27
// Note: please update release_notes.md when you change these values.
28
28
appMajor uint = 0
29
29
appMinor uint = 11
30
- appPatch uint = 1
30
+ appPatch uint = 2
31
31
32
32
// appPreRelease MUST only contain characters from semanticAlphabet per
33
33
// the semantic versioning spec.
You can’t perform that action at this time.
0 commit comments