diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-04-09 11:18:18 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-04-25 14:13:03 -0400 |
commit | 3ed7ceeb856b3c1fbe5edf3b8c6ffe3f5e875622 (patch) | |
tree | afbf63791abfd0ac15388670c8f49ad46a445df2 /changes | |
parent | ff9ba7d6c4ba7072b9a96d527959350ef90406b3 (diff) | |
download | tor-3ed7ceeb856b3c1fbe5edf3b8c6ffe3f5e875622.tar.gz tor-3ed7ceeb856b3c1fbe5edf3b8c6ffe3f5e875622.zip |
changes file for ticket 30091 (controller parsing refactor)
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket30091 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket30091 b/changes/ticket30091 new file mode 100644 index 0000000000..968ea01f4a --- /dev/null +++ b/changes/ticket30091 @@ -0,0 +1,4 @@ + o Major features (controller protocol): + - Controller commands are now parsed using a generalized parsing + subsystem. Previously, each controller command was responsible for + parsing its own input. Closes ticket 30091. |