Commit 034867f7 authored by Jisi Liu's avatar Jisi Liu

Update changelogs for C++ maps

parent b126706c
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment