From 16ae4ba3fa75a83813043ceb1dc8a79b0e575966 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Tue, 24 Aug 2021 19:23:58 -0700 Subject: [PATCH] Added release notes indicating that 3.17.3 is the last Python 2.x release. --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 343f512339..e4eb58cebf 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -33,6 +33,10 @@ Unreleased Changes (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript) * Replace toArray implementation with toJSON. 2021-06-04 version 3.17.3 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript) + Python + * Note: This is the last release to support Python 2.7. Future releases will + require Python >= 3.5. + C++ * Introduce FieldAccessListener. * Stop emitting boilerplate {Copy/Merge}From in each ProtoBuf class