Skip to content

Commit 2c8c4b9

Browse files
committed
Updated changelogs
Signed-off-by: Nick Avramoussis <[email protected]>
1 parent 2d84a77 commit 2c8c4b9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Version 7.2.0 - In Development
3434
TypeList objects, manifesting in longer compile times.
3535
- Deprecated util::PagedArray::push_back due to a race condition. Instead
3636
use util::PagedArray::ValueBuffer::push_back which is faster and thread-safe.
37+
- Fixed various cases of undefined behavior in some LevelSetUtil methods
38+
[Reported by fkemmler]
3739

3840
API changes:
3941
- Deprecated tree::LeafManager::getNodes. This method is no longer used when

doc/changes.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ Bug Fixes:
4949
due to a race condition. Instead use
5050
@vdblink::util::PagedArray::ValueBuffer::push_back util::PagedArray::ValueBuffer::push_back@endlink
5151
which is faster and thread-safe.
52+
- Fixed various cases of undefined behavior in some LevelSetUtil methods
53+
[Reported&nbsp;by&nbsp;fkemmler]
5254

5355
@par
5456
API changes:

0 commit comments

Comments
 (0)