From 35e345ada64e24af722e91f1b024e47d86600e74 Mon Sep 17 00:00:00 2001 From: Adam Cozzette Date: Fri, 13 Nov 2020 10:30:41 -0800 Subject: [PATCH] Updated CHANGES.txt to add #8035 --- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.txt b/CHANGES.txt index eb3820828c83..da3e51bc534d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -68,6 +68,7 @@ C#: * annotate ByteString.CopyFrom(ReadOnlySpan) as SecuritySafeCritical (#7701) * Fix C# optional field reflection when there are regular fields too (#7705) + * Fix parsing negative Int32Value that crosses segment boundary (#8035) Javascript: * JS: parse (un)packed fields conditionally (#7379)