aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJisi Liu <jisi.liu@gmail.com>2016-09-02 11:40:58 -0700
committerJisi Liu <jisi.liu@gmail.com>2016-09-02 11:40:58 -0700
commit0c9999f6d09cd488d0d6895cced626a93c2f62f5 (patch)
tree67eeb0a9ae921439d3a1b88cd3e63f0bce62d77d /CHANGES.txt
parent4041ed4c0d9e21894b0909de80a44655def1b47c (diff)
downloadprotobuf-0c9999f6d09cd488d0d6895cced626a93c2f62f5.tar.gz
protobuf-0c9999f6d09cd488d0d6895cced626a93c2f62f5.tar.bz2
protobuf-0c9999f6d09cd488d0d6895cced626a93c2f62f5.zip
ruby, js and c# changes
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt8
1 files changed, 6 insertions, 2 deletions
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