aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJisi Liu <jisi.liu@gmail.com>2017-12-19 15:22:18 -0800
committerJisi Liu <jisi.liu@gmail.com>2017-12-19 15:22:18 -0800
commit62616e152268ccd8dc001b791d76862a92af7432 (patch)
treec6194ea147d5e230a77586d8595a0cff97f82ab5 /CHANGES.txt
parent96810dea740df75e7a3ff65f11dab7f7383cef7f (diff)
downloadprotobuf-62616e152268ccd8dc001b791d76862a92af7432.tar.gz
protobuf-62616e152268ccd8dc001b791d76862a92af7432.tar.bz2
protobuf-62616e152268ccd8dc001b791d76862a92af7432.zip
Update changelog
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 5b77b9e1..a3ba4789 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,9 +4,12 @@
protobuf code starting from 3.6.0 release. Please join this github issue:
https://github.com/google/protobuf/issues/2780 to provide your feedback.
+ protoc
+ * Fixed a bug introduced in 3.5.0 and protoc in Windows now accepts non-ascii
+ characters in paths again.
+
C++
- * protoc in Windows now accepts non-ascii characters in paths again.
- * Fixed one usage of C++11 feature in field_mask_util.cc
+ * Removed several usages of C++11 features in the code base.
* Fixed some compiler warnings.
PHP
@@ -22,6 +25,8 @@
C#
* Unknown fields are now preserved by default.
+ * Floating point values are now bitwise compared, affecting message equality
+ check and Contains() API in map and repeated fields.
2017-11-13 version 3.5.0 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)