From d28492fa532c281f7498bf8d14765d581c03c164 Mon Sep 17 00:00:00 2001 From: Joost Jager Date: Tue, 19 May 2020 12:37:05 +0200 Subject: [PATCH] readme: document api support level --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 1196f6d..eaba981 100644 --- a/README.md +++ b/README.md @@ -336,3 +336,16 @@ Its location is `~/.loopd//loop.db`. It is possible to execute multiple swaps simultaneously. Just keep loopd running. + +## API Support Level + +### Server + +The Loop server API and on-chain scripts are kept backwards compatible as long +as reasonably possible. + +### Client + +When breaking changes to the Loop client daemon API are made, old fields will be +marked as deprecated. Deprecated fields will remain supported until the next +minor release. \ No newline at end of file