]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for token_bucket refactoring
authorNick Mathewson <nickm@torproject.org>
Tue, 10 Apr 2018 18:01:30 +0000 (14:01 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 13 Apr 2018 14:41:14 +0000 (10:41 -0400)
changes/ticket25766 [new file with mode: 0644]

diff --git a/changes/ticket25766 b/changes/ticket25766
new file mode 100644 (file)
index 0000000..6382b62
--- /dev/null
@@ -0,0 +1,3 @@
+  o Code simplification and refactoring:
+    - Refactor token-bucket implementations to use a common backend.
+      Closes ticket 25766.