Skip to content

Commit 0f93ce6

Browse files
authored
Merge pull request #1069 from Idclip/minor_release_notes_fix
Minor clarifications to changes
2 parents 5b79129 + 4fd1d46 commit 0f93ce6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGES

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ Version 8.1.0 - In development
8181
- Fixed a memory leak in the OpenVDB AX parser
8282
- Fixed an occurrence of undefined behaviour in the OpenVDB AX visitor
8383
- Fixed some memory leaks in the OpenVDB and OpenVDB AX unit tests
84-
- Fixed a bug which could cause string allocations in loops to overflow the
85-
stack
86-
- Fixed a bug where the ValueOff iterator for the VolumeExecutable could
84+
- Fixed a bug in AX which could cause string allocations in loops to overflow
85+
the stack
86+
- Fixed a bug where the ValueOff iterator for the AX VolumeExecutable could
8787
remove child branches of a VDB tree.
8888
- Fixed a crash in the AX Houdini SOP with an empty PointDataGrid input.
8989
- Fixed all cases where PointIndex and PointData aliases were used instead

doc/changes.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ Bug Fixes:
9999
- Fixed a memory leak in the OpenVDB AX parser
100100
- Fixed an occurrence of undefined behaviour in the OpenVDB AX visitor
101101
- Fixed some memory leaks in the OpenVDB and OpenVDB AX unit tests
102-
- Fixed a bug which could cause string allocations in loops to overflow the
103-
stack
104-
- Fixed a bug where the ValueOff iterator for the VolumeExecutable could remove
102+
- Fixed a bug in AX which could cause string allocations in loops to overflow
103+
the stack
104+
- Fixed a bug where the ValueOff iterator for the AX VolumeExecutable could remove
105105
child branches of a VDB tree.
106106
- Fixed a crash in the AX Houdini SOP with an empty PointDataGrid input.
107107
- Fixed all cases where PointIndex and PointData aliases were used instead

0 commit comments

Comments
 (0)