瀏覽代碼

Merge pull request #1532 from pherl/changelog

Update changelogs for C++ maps
Jisi Liu 9 年之前
父節點
當前提交
f2db1e0e39
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      CHANGES.txt

+ 6 - 1
CHANGES.txt

@@ -5,7 +5,12 @@
     type.googleapis.com
     type.googleapis.com
 
 
   C++ (Beta)
   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
   * Arenas
       - Several inlined methods in Arena were moved to out-of-line to improve
       - Several inlined methods in Arena were moved to out-of-line to improve
         build performance and code size.
         build performance and code size.