ソースを参照

Add changes file for ticket 26492

Taylor Yu 6 年 前
コミット
7585523cfc
1 ファイル変更4 行追加0 行削除
  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.