From ab5b61bf2f0fb1ac485be1b82fffca153c2509ed Mon Sep 17 00:00:00 2001 From: Rafi Kamal Date: Mon, 25 Nov 2019 15:15:21 -0800 Subject: [PATCH] Update CHANGES.txt for 3.11.0 stable release (#6944) --- CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 3b6da26d084c..4b2d4fdfac3a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -13,6 +13,7 @@ * Skip extension tag validation for MessageSet if unknown dependencies are allowed * Updated deprecation macros to annotate deprecated code (#6612) * Remove conversion warning in MapEntryFuncs::ByteSizeLong (#6766) + * Revert "Make shared libraries be able to link to MSVC static runtime libraries, so that VC runtime is not required." (#6914) Java * Remove the usage of MethodHandle, so that Android users prior to API version 26 can use protobuf-java @@ -33,6 +34,7 @@ PHP * Avoid too much overhead in layout_init (#6716) * Lazily Create Singular Wrapper Message (#6833) + * Implement lazy loading of php class for proto messages (#6911) Ruby * Ruby lazy wrappers optimization (#6797)