aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJisi Liu <jisi.liu@gmail.com>2016-05-13 16:16:14 -0700
committerJisi Liu <jisi.liu@gmail.com>2016-05-13 16:16:14 -0700
commit034867f762f7a41a58836c9a2b0e7d816affb49d (patch)
tree9e301726d15a4d94f4b771f71892cf9078945582 /CHANGES.txt
parentb126706cf0b66dba3b36cf732145e3189b13c58a (diff)
downloadprotobuf-034867f762f7a41a58836c9a2b0e7d816affb49d.tar.gz
protobuf-034867f762f7a41a58836c9a2b0e7d816affb49d.tar.bz2
protobuf-034867f762f7a41a58836c9a2b0e7d816affb49d.zip
Update changelogs for C++ maps
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 5c6b6d10..bce03f0a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -5,7 +5,12 @@
type.googleapis.com
C++ (Beta)
- * Improved hash maps. TODO(gpike)
+ * Improved hash maps.
+ - Improved hash maps comments. In particular, please note that equal hash
+ maps will not necessarily have the same iteration order and
+ serialization.
+ - Added a new hash maps implementation that will become the default in a
+ later release.
* Arenas
- Several inlined methods in Arena were moved to out-of-line to improve
build performance and code size.