Skip to content

Commit

Permalink
Update changelog for 3.19.1
Browse files Browse the repository at this point in the history
I also updated CHANGES.txt to include a couple things I forgot to add
for 3.19.0.
  • Loading branch information
acozzette committed Oct 28, 2021
1 parent b2ac7ce commit 1c8ae24
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2021-10-28 version 3.19.1 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)

Bazel
* Ensure that release archives contain everything needed for Bazel (#9131)
* Align dependency handling with Bazel best practices (#9165)

JavaScript
* Fix `ReferenceError: window is not defined` when getting the global object (#9156)

Ruby
* Fix memory leak in MessageClass.encode (#9150)

2021-10-15 version 3.19.0 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)

C++
Expand All @@ -17,6 +29,7 @@

Kotlin
* Switch Kotlin proto DSLs to be implemented with inline value classes
* Fix inlining and deprecation for repeated string fields in kotlin (#9120)

Python
* Proto2 DecodeError now includes message name in error message
Expand All @@ -37,6 +50,7 @@
* Add class method Timestamp.from_time to ruby well known types (#8562)
* Adopt pure ruby DSL implementation for JRuby (#9047)
* Add size to Map class (#8068)
* Fix for descriptor_pb.rb: google/protobuf should be required first (#9121)

C#
* Correctly set ExtensionRegistry when parsing with MessageParser, but using an already existing CodedInputStream (#7246)
Expand Down
2 changes: 1 addition & 1 deletion php/ext/google/protobuf/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</stability>
<license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
<notes>
* Added &quot;object&quot; as a reserved name (#8962)
* No new changes in 3.19.1
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down

0 comments on commit 1c8ae24

Please sign in to comment.