]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add changes file for ticket 26492
authorTaylor Yu <catalyst@torproject.org>
Fri, 13 Jul 2018 17:34:23 +0000 (12:34 -0500)
committerTaylor Yu <catalyst@torproject.org>
Fri, 13 Jul 2018 17:34:23 +0000 (12:34 -0500)
changes/ticket26492 [new file with mode: 0644]

diff --git a/changes/ticket26492 b/changes/ticket26492
new file mode 100644 (file)
index 0000000..c6ab292
--- /dev/null
@@ -0,0 +1,4 @@
+  o Minor features (rust, code quality):
+    - Improve rust code quality in the Rust protover implementation by
+      making it more idiomatic.  Includes changing an internal API to
+      take &str instead of &String.  Closes ticket 26492.