From 678da4f76eb9168c9965afc2149944a66cd48546 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Tue, 26 May 2020 15:55:45 -0700 Subject: [PATCH] Updated the changelog for the 3.12.2 release. --- CHANGES.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 3c093e34c..4b18dbbec 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,11 @@ +2020-05-26 version 3.12.2 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript) + + C++ + * Simplified the template export macros to fix the build for mingw32. (#7539) + + Objective-C + * Fix for the :protobuf_objc target in the Bazel BUILD file. (#7538) + 2020-05-20 version 3.12.1 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript) Ruby