Updated changelog.

pull/7925/head
Joshua Haberman 4 years ago
parent 73ac11febe
commit 90021b813f
  1. 2
      CHANGES.txt

@ -38,6 +38,8 @@ Unreleased Changes
* Support "\u" escapes in textformat string literals. * Support "\u" escapes in textformat string literals.
* Trailing empty spaces are no longer ignored for FieldMask. * Trailing empty spaces are no longer ignored for FieldMask.
* Fix FieldMaskUtil.subtract to recursively remove mask. * Fix FieldMaskUtil.subtract to recursively remove mask.
* Mark enums with `@java.lang.Deprecated` if the proto enum has option
`deprecated = true;`.
Python Python
* Print google.protobuf.NullValue as null instead of "NULL_VALUE" when it is * Print google.protobuf.NullValue as null instead of "NULL_VALUE" when it is

Loading…
Cancel
Save