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.