From 026dff2cad3aa31da0bb30ba83202d1c80803c72 Mon Sep 17 00:00:00 2001 From: Andras Banki-Horvath Date: Tue, 29 Apr 2025 19:01:03 +0200 Subject: [PATCH] docs: update release notes --- release_notes.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/release_notes.md b/release_notes.md index 38afc603..fa300ead 100644 --- a/release_notes.md +++ b/release_notes.md @@ -18,6 +18,11 @@ This file tracks release notes for the loop client. #### Breaking Changes +* Autoloop now defaults to a slow publication deadline (30 minutes after + initiation) to reduce fees. To revert to the previous behavior, users can run + `loop setparams --fast`, which causes swap HTLCs to be published immediately + after initiation. + #### Bug Fixes #### Maintenance