commit | 90021b813f3024537d1becb6927cd956ec87ed71 | [log] [tgz] |
---|---|---|
author | Joshua Haberman <jhaberman@gmail.com> | Fri Oct 23 11:11:46 2020 -0700 |
committer | Joshua Haberman <jhaberman@gmail.com> | Fri Oct 23 11:11:46 2020 -0700 |
tree | 631c4f3ade395b31808f74c2b23c94013a4f1498 | |
parent | 73ac11febea7bb87e6f2c3ba15359d211e374bb5 [diff] [blame] |
Updated changelog.
diff --git a/CHANGES.txt b/CHANGES.txt index a4d2ac0..3fa4e07 100644 --- a/CHANGES.txt +++ b/CHANGES.txt
@@ -38,6 +38,8 @@ * Support "\u" escapes in textformat string literals. * Trailing empty spaces are no longer ignored for FieldMask. * Fix FieldMaskUtil.subtract to recursively remove mask. + * Mark enums with `@java.lang.Deprecated` if the proto enum has option + `deprecated = true;`. Python * Print google.protobuf.NullValue as null instead of "NULL_VALUE" when it is