Added changelog entry for FieldMaskUtil.java.

This commit is contained in:
Joshua Haberman 2020-06-15 12:20:14 -07:00
parent c7da7e937c
commit 435952c537

View File

@ -29,6 +29,7 @@ Unreleased Changes
Java:
* Fixed a bug where setting optional proto3 enums with setFooValue() would
not mark the value as present.
* Add Subtract function to FieldMaskUtil.
C#:
* Dropped support for netstandard1.0 (replaced by support for netstandard1.1).