Add changes file for ticket 26492

This commit is contained in:
Taylor Yu 2018-07-13 12:34:23 -05:00
parent e62582e9fe
commit 7585523cfc

4
changes/ticket26492 Normal file
View File

@ -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.