From e5a191443370451f9b4ad5256f200ec71ff76b22 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Fri, 19 Mar 2021 18:33:16 +0100 Subject: [PATCH] release_notes: add regtest Loop server --- release_notes.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/release_notes.md b/release_notes.md index debc18c..f557b3f 100644 --- a/release_notes.md +++ b/release_notes.md @@ -20,6 +20,11 @@ This file tracks release notes for the loop client. verbose info, giving users a more intuitive view about money paid on/off-chain and fees incurred. Use `loop in -v`, `loop out -v`, `loop quote in -v` or `loop quote out -v` to view the details. +* A stripped down version of the Loop server is now provided as a + [Docker image](https://hub.docker.com/r/lightninglabs/loopserver). A quick + start script and example `docker-compose` environment as well as + [documentation on how to use the `regtest` Loop server](https://github.com/lightninglabs/loop/blob/master/regtest/README.md) + was added too. #### Breaking Changes