From 7bd7089988a5745d0829f3ebefddd2f3889c1428 Mon Sep 17 00:00:00 2001 From: Taylor Yu Date: Sun, 8 Dec 2019 22:37:58 -0600 Subject: [PATCH] changes file for ticket 30984 --- changes/ticket30984 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/ticket30984 diff --git a/changes/ticket30984 b/changes/ticket30984 new file mode 100644 index 0000000000..de7d055415 --- /dev/null +++ b/changes/ticket30984 @@ -0,0 +1,4 @@ + o Code simplification and refactoring: + - Create a new abstraction for formatting control protocol reply + lines based on key-value pairs. Refactor some existing control + protocol code to take advantage of this. Closes ticket 30984.