From afbe1338d4bcf240b46fff9be1133052b4a7be6d Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Thu, 17 Jun 2021 16:13:47 -0400 Subject: [PATCH] "big sur" -> "Big Sur". --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index d3f4e019a4..f614602ae5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -277,7 +277,7 @@ collection directly instead of using the other methods of the BaseContainer. * MessageFactory.CreateProtoype can be overridden to customize class creation. * Fix PyUnknownFields memory leak (#7928) - * Add macOS big sur compatibility (#8126) + * Add macOS Big Sur compatibility (#8126) JavaScript * Generate `getDescriptor` methods with `*` as their `this` type.