Browse Source

Add changes file for ticket 26492

Taylor Yu 5 years ago
parent
commit
7585523cfc
1 changed files with 4 additions and 0 deletions
  1. 4 0
      changes/ticket26492

+ 4 - 0
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.