From 7311253dfd5a2c42244df2c4889edfa594d16a03 Mon Sep 17 00:00:00 2001 From: Falk Werner Date: Sun, 14 Jun 2020 14:20:20 +0200 Subject: [PATCH] add adapter client implementation --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index e62c3f8..a15b4a4 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,7 @@ ### New Features +* Add adapter client implementation * Allow system to choose port of webfuse server (by setting port in `wf_server_config` to 0) ### Fixes