From cc10d5b207568f5d8b0dabd5bb5e61913f38ac1a Mon Sep 17 00:00:00 2001 From: carla Date: Wed, 24 Mar 2021 15:13:32 +0200 Subject: [PATCH] release_notes: note update to autoloop reasons for peers --- release_notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/release_notes.md b/release_notes.md index debc18c..1d028b1 100644 --- a/release_notes.md +++ b/release_notes.md @@ -24,3 +24,7 @@ This file tracks release notes for the loop client. #### Breaking Changes #### Bug Fixes +* A bug that would not list autoloop rules set on a per-peer basis when they + were excluded due to insufficient budget, or the number of swaps in flight + has been corrected. These rules will now be included in the output of + `suggestswaps` with other autoloop peer rules.