]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for ticket 30984
authorTaylor Yu <catalyst@torproject.org>
Mon, 9 Dec 2019 04:37:58 +0000 (22:37 -0600)
committerTaylor Yu <catalyst@torproject.org>
Mon, 9 Dec 2019 15:55:04 +0000 (09:55 -0600)
changes/ticket30984 [new file with mode: 0644]

diff --git a/changes/ticket30984 b/changes/ticket30984
new file mode 100644 (file)
index 0000000..de7d055
--- /dev/null
@@ -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.