Added release notes indicating that 3.17.3 is the last Python 2.x release.

This commit is contained in:
Joshua Haberman 2021-08-24 19:23:58 -07:00
parent 4f49062a95
commit 16ae4ba3fa

View File

@ -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