From 0dd036d675508a4ecf69e61626fd0c88235a661d Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Fri, 15 May 2020 15:11:25 -0700 Subject: [PATCH] Added a changelog entry about the Java fix. (#7516) --- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.txt b/CHANGES.txt index 317930626e16..6234f1635d1d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -44,6 +44,7 @@ * Mark java enum _VALUE constants as @Deprecated if the enum field is deprecated * reduce 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