Skip to content

Commit

Permalink
Merge pull request #1532 from pherl/changelog
Browse files Browse the repository at this point in the history
Update changelogs for C++ maps
  • Loading branch information
liujisi committed May 14, 2016
2 parents b126706 + 034867f commit f2db1e0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f2db1e0

Please sign in to comment.