aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-07-13 18:30:17 -0400
committerNick Mathewson <nickm@torproject.org>2018-07-13 18:30:17 -0400
commitf608cc0f31d6fc99f4059d14adeba286ea82b808 (patch)
tree1fdc9be96aad0b5c8e90a3130cf074ff5bdac3a7 /changes
parentbaff5e2b9d3e9562dc91e0f7fd7ecd5b5a74a967 (diff)
parent7585523cfc245cd7d4a5ee394367a4f8850c662e (diff)
downloadtor-f608cc0f31d6fc99f4059d14adeba286ea82b808.tar.gz
tor-f608cc0f31d6fc99f4059d14adeba286ea82b808.zip
Merge remote-tracking branch 'tor-github/pr/179'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket264924
1 files changed, 4 insertions, 0 deletions
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.