From ab840345966d0fa8e7100d771c92a73bfbadd25c Mon Sep 17 00:00:00 2001 From: Deanna Garcia Date: Tue, 9 Aug 2022 17:12:44 +0000 Subject: [PATCH] Update changelog --- CHANGES.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index a73b212556..264c72853b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,13 @@ +2022-08-09 version 21.5 (C++/Java/Python/PHP/Objective-C/C#/Ruby) + + PHP + * Added getContainingOneof and getRealContainingOneof to descriptor. + * fix PHP readonly legacy files for nested messages + + Python + * Fixed comparison of maps in Python. + + 2022-07-25 version 21.4 (C++/Java/Python/PHP/Objective-C/C#/Ruby) C++