Remove * Take StringPiece instead of const string& in absl stubs. from CHANGES.txt since we're not taking it.

This commit is contained in:
Jorg Brown 2022-06-18 19:27:22 -07:00
parent 7bb756c1cc
commit feb726159f

View File

@ -3,7 +3,6 @@ Unreleased version
* Handle reflection for message splitting.
* make metadata fields lazy.
* Extend visibility of plugin library to upb
* Take StringPiece instead of const string& in absl stubs.
* Modernize conformance_cpp.cc.
* Don't request 64-byte alignment unless the toolchain supports it.