From: Taylor Yu Date: Fri, 13 Jul 2018 17:34:23 +0000 (-0500) Subject: Add changes file for ticket 26492 X-Git-Tag: tor-0.3.5.1-alpha~214^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7585523cfc245cd7d4a5ee394367a4f8850c662e;p=thirdparty%2Ftor.git Add changes file for ticket 26492 --- diff --git a/changes/ticket26492 b/changes/ticket26492 new file mode 100644 index 0000000000..c6ab292d17 --- /dev/null +++ b/changes/ticket26492 @@ -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.