Skip to content

Commit

Permalink
Added a changelog entry about the Java fix. (#7516)
Browse files Browse the repository at this point in the history
  • Loading branch information
haberman committed May 15, 2020
1 parent e90b71c commit 0dd036d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Expand Up @@ -44,6 +44,7 @@
* Mark java enum _VALUE constants as @Deprecated if the enum field is deprecated
* reduce <clinit> size for enums with allow_alias set to true.
* Sort map fields alphabetically by the field's key when printing textproto.
* Fixed a bug in map sorting that appeared in -rc1 and -rc2 (#7508).
* TextFormat.merge() handles Any as top level type.
* Throw a descriptive IllegalArgumentException when calling
getValueDescriptor() on enum special value UNRECOGNIZED instead of
Expand Down

0 comments on commit 0dd036d

Please sign in to comment.