aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJisi Liu <liujisi@google.com>2016-09-06 10:30:14 -0700
committerGitHub <noreply@github.com>2016-09-06 10:30:14 -0700
commit01d175047719ca9d601416e8b9510cd35380e68b (patch)
tree635d768018e2e491672e2dd101e3017081a190f2
parenta098e809336c5fbad7a8ff8f1210e5e0ac8d29b2 (diff)
parent0c9999f6d09cd488d0d6895cced626a93c2f62f5 (diff)
downloadprotobuf-01d175047719ca9d601416e8b9510cd35380e68b.tar.gz
protobuf-01d175047719ca9d601416e8b9510cd35380e68b.tar.bz2
protobuf-01d175047719ca9d601416e8b9510cd35380e68b.zip
Merge pull request #2061 from pherl/changelog
Changelog update for 3.0.2
-rw-r--r--CHANGES.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 822136c0..d083743f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,23 @@
+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
+ * 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
* This log only contains changes since the beta-4 release. Summarized change