File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Expand file tree Collapse file tree 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.
1616
1717#### New Features
1818
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-
3119#### Breaking Changes
3220
3321#### Bug Fixes
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const (
2727 // Note: please update release_notes.md when you change these values.
2828 appMajor uint = 0
2929 appMinor uint = 11
30- appPatch uint = 1
30+ appPatch uint = 2
3131
3232 // appPreRelease MUST only contain characters from semanticAlphabet per
3333 // the semantic versioning spec.
You can’t perform that action at this time.
0 commit comments