Skip to content

Commit

Permalink
Remove some redundant language prefixes from the changelog for 3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
acozzette committed May 12, 2021
1 parent 5a9367a commit 0aabf89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGES.txt
Expand Up @@ -26,19 +26,19 @@
* Optimize Descriptor.isExtensionNumber.

Python
* [python-runtime] Add MethodDescriptor.CopyToProto() (#8327)
* Add MethodDescriptor.CopyToProto() (#8327)
* Remove unused python_protobuf.{cc,h} (#8513)
* Start publishing python aarch64 manylinux wheels normally (#8530)
* Fix constness issue detected by MSVC standard conforming mode (#8568)
* Make JSON parsing match C++ and Java when multiple fields from the same
oneof are present and all but one is null.

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)
* Fix source gem compilation (#8471)
* fix(ruby): 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 various exceptions in Ruby on 64-bit Windows (#8563)
* Fix crash when calculating Message hash values on 64-bit Windows (#8565)

Conformance Tests
* Added a conformance test for the case of multiple fields from the same
Expand Down

0 comments on commit 0aabf89

Please sign in to comment.