aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2016-07-18 10:36:04 -0700
committerFeng Xiao <xfxyjwf@gmail.com>2016-07-18 10:36:04 -0700
commit82b43d1f41d6c374ebdd942dd86602736c2218e8 (patch)
treefc46bff361c1c3f21220a44b17d1cd2d980c7d06 /CHANGES.txt
parent3d9726f919cbbc403538c5a09649c6bf38561fef (diff)
downloadprotobuf-82b43d1f41d6c374ebdd942dd86602736c2218e8.tar.gz
protobuf-82b43d1f41d6c374ebdd942dd86602736c2218e8.tar.bz2
protobuf-82b43d1f41d6c374ebdd942dd86602736c2218e8.zip
Remove Java deterministic API.
Change-Id: I43f7e04a53d1445dfa86db310bdb18ceb446398c
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 5c73be15..04fa418e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,6 @@
2016-07-15 version 3.0.0-beta-4 (C++/Java/Python/Ruby/Objective-C/C#/JavaScript)
General
- * Added a deterministic serialization API for C++ and Java. The deterministic
+ * Added a deterministic serialization API for C++. The deterministic
serialization guarantees that given a binary, equal messages will be
serialized to the same bytes. This allows applications like MapReduce to
group equal messages based on the serialized bytes. The deterministic
@@ -36,9 +36,6 @@
* Various performance optimizations.
Java (beta)
- * Introduced a deterministic serialization API in
- CodedOutputStream#useDeterministicSerialization(). See the notes about
- deterministic serialization in the General section.
* File option "java_generate_equals_and_hash" is now deprecated. equals() and
hashCode() methods are generated by default.
* Added a new JSON printer option "omittingInsignificantWhitespace" to produce