From 62fdfd1062af430ffcf9adb03520a6b5dd48d5b2 Mon Sep 17 00:00:00 2001 From: Matt Kulukundis Date: Wed, 14 Jun 2023 12:36:25 -0700 Subject: [PATCH] Fix a typo PiperOrigin-RevId: 540349262 --- csharp/CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csharp/CHANGES.txt b/csharp/CHANGES.txt index 8574b7c4a3..4edc569aff 100644 --- a/csharp/CHANGES.txt +++ b/csharp/CHANGES.txt @@ -72,7 +72,7 @@ Features: custom implementation of writers with both speed and size optimizations. - Addition of the "Google.ProtoBuffers.Serialization" assembly to support reading and writing messages to/from XML, JSON, IDictionary<,> and others. -- Several performance related fixes and tweeks +- Several performance related fixes and tweaks - Issue 3: Add option to mark generated code with attribute - Issue 20: Support for decorating classes [Serializable] - Issue 21: Decorate fields with [deprecated=true] as [System.Obsolete] @@ -145,4 +145,4 @@ RELEASE NOTES - Version 0.9.0 - Initial release -=============================================================================== \ No newline at end of file +===============================================================================