From 4041ed4c0d9e21894b0909de80a44655def1b47c Mon Sep 17 00:00:00 2001 From: Jisi Liu Date: Fri, 2 Sep 2016 11:24:58 -0700 Subject: objc change log --- CHANGES.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 822136c0..2673d315 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,19 @@ +2016-09-02 version 3.0.2 (C++/Java/Python/Ruby/Objective-C/C#/JavaScript/Lite) + General + * Various bug fixes. + + Objective C + * Fix for oneofs in proto3 syntax files where fields were set to the zero + value. + * Fix for embedded null character in strings. + * CocoaDocs support + + Ruby + * + + Javascript + * + 2016-07-27 version 3.0.0 (C++/Java/Python/Ruby/Objective-C/C#/JavaScript/Lite) General * This log only contains changes since the beta-4 release. Summarized change -- cgit v1.2.3 From 0c9999f6d09cd488d0d6895cced626a93c2f62f5 Mon Sep 17 00:00:00 2001 From: Jisi Liu Date: Fri, 2 Sep 2016 11:40:58 -0700 Subject: ruby, js and c# changes --- CHANGES.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 2673d315..d083743f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -9,10 +9,14 @@ * CocoaDocs support Ruby - * + * Fixed memory corruption bug in parsing that could occur under GC pressure. Javascript - * + * jspb.Map is now properly exported to CommonJS modules. + + C# + * Removed legacy_enum_values flag. + 2016-07-27 version 3.0.0 (C++/Java/Python/Ruby/Objective-C/C#/JavaScript/Lite) General -- cgit v1.2.3 From e298ce5fd0aae61cfee4a20c01a8f2bfe10676a8 Mon Sep 17 00:00:00 2001 From: Jisi Liu Date: Tue, 6 Sep 2016 14:37:35 -0700 Subject: Update release date in the change log --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index d083743f..d3b78f74 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -2016-09-02 version 3.0.2 (C++/Java/Python/Ruby/Objective-C/C#/JavaScript/Lite) +2016-09-06 version 3.0.2 (C++/Java/Python/Ruby/Objective-C/C#/JavaScript/Lite) General * Various bug fixes. -- cgit v1.2.3