From 87bf5881dd5d3d6c65929ce44082fc7ddee95d62 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Sun, 7 Nov 2021 07:55:48 -0800 Subject: [PATCH] Update Changelog to include info about communication --- ChangeLog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 0bc22fa..406a9e4 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -8,6 +8,9 @@ The format is based upon [Keep a Changelog]. ### Added - Bug report utility to make it easier to gather system and build information when reporting issues. +- Communication infrastructure to communicate with the daemon. This includes the + `x52ctl` utility which can be used either interactively or non-interactively + from a separate program. ### Changed - Renamed project from `x52pro-linux` to `libx52`