Skip to content

Commit

Permalink
Added note to CHANGES.txt about Arena::SpaceAllocated().
Browse files Browse the repository at this point in the history
  • Loading branch information
haberman committed Nov 23, 2020
1 parent c2c13a5 commit 7993c74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Expand Up @@ -8,6 +8,9 @@ Unreleased Changes (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
* Fixed -Wtautological-constant-out-of-range-compare warning.
* DynamicCastToGenerated works for nullptr input for even if RTTI is disabled
* Arena is refactored and optimized.
* Clarified/specified that the exact value of Arena::SpaceAllocated() is an
implementation detail users must not rely on. It should not be used in
unit tests.
* Change the signature of Any::PackFrom() to return false on error.

Java
Expand Down

0 comments on commit 7993c74

Please sign in to comment.