From 90b73ac3f0b10320315c2ca0d03a5a9b095d2f66 Mon Sep 17 00:00:00 2001 From: Adam Cozzette Date: Wed, 26 Oct 2022 17:50:48 +0000 Subject: [PATCH] Updating changelog --- CHANGES.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 92ba28d9ca344..b3e4120ae5a24 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,14 @@ +2022-10-26 version 21.9 (C++/Java/Python/PHP/Objective-C/C#/Ruby) + + C++ + * Update zlib to 1.2.13 (#10819) + + Python + * Target MacOS 10.9 to fix #10799 (#10807) + + Ruby + * Replace libc strdup usage with internal impl to restore musl compat (#10818) + 2022-10-18 version 21.8 (C++/Java/Python/PHP/Objective-C/C#/Ruby) Other