Remove some redundant language prefixes from the changelog for 3.17

pull/8609/head
Adam Cozzette 4 years ago
parent 5a9367ac57
commit 0aabf89420
  1. 8
      CHANGES.txt

@ -26,7 +26,7 @@
* Optimize Descriptor.isExtensionNumber. * Optimize Descriptor.isExtensionNumber.
Python Python
* [python-runtime] Add MethodDescriptor.CopyToProto() (#8327) * Add MethodDescriptor.CopyToProto() (#8327)
* Remove unused python_protobuf.{cc,h} (#8513) * Remove unused python_protobuf.{cc,h} (#8513)
* Start publishing python aarch64 manylinux wheels normally (#8530) * Start publishing python aarch64 manylinux wheels normally (#8530)
* Fix constness issue detected by MSVC standard conforming mode (#8568) * Fix constness issue detected by MSVC standard conforming mode (#8568)
@ -34,11 +34,11 @@
oneof are present and all but one is null. oneof are present and all but one is null.
Ruby Ruby
* Ruby: Add support for proto3 json_name in compiler and field definitions (#8356) * Add support for proto3 json_name in compiler and field definitions (#8356)
* Fixed memory leak of Ruby arena objects. (#8461) * Fixed memory leak of Ruby arena objects. (#8461)
* Fix source gem compilation (#8471) * Fix source gem compilation (#8471)
* fix(ruby): Fix various exceptions in Ruby on 64-bit Windows (#8563) * Fix various exceptions in Ruby on 64-bit Windows (#8563)
* fix(ruby): Fix crash when calculating Message hash values on 64-bit Windows (#8565) * Fix crash when calculating Message hash values on 64-bit Windows (#8565)
Conformance Tests Conformance Tests
* Added a conformance test for the case of multiple fields from the same * Added a conformance test for the case of multiple fields from the same

Loading…
Cancel
Save