From da7066617966027422abc8962f6e7ce120cfbc23 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Sat, 17 Jun 2023 22:15:30 +0100 Subject: [PATCH] doc: Document !1875 --- doc/changes/ipc/mr.1875.md | 3 +++ doc/changes/misc_features/mr.1875.md | 1 + 2 files changed, 4 insertions(+) create mode 100644 doc/changes/ipc/mr.1875.md create mode 100644 doc/changes/misc_features/mr.1875.md diff --git a/doc/changes/ipc/mr.1875.md b/doc/changes/ipc/mr.1875.md new file mode 100644 index 000000000..412553516 --- /dev/null +++ b/doc/changes/ipc/mr.1875.md @@ -0,0 +1,3 @@ +client: Refactor out the connection connect code into a its own file, this lets +it be reused by other things that might want to connect like monado-ctl and +libmonado. diff --git a/doc/changes/misc_features/mr.1875.md b/doc/changes/misc_features/mr.1875.md new file mode 100644 index 000000000..328367155 --- /dev/null +++ b/doc/changes/misc_features/mr.1875.md @@ -0,0 +1 @@ +t/ctl: Use common client connection connect code.