diff --git a/CHANGELOG.md b/CHANGELOG.md index f33378af0..770bbec34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### Fixed - Fix `iter_reverse()` not working as expected for ranges with steps other than 1 ([GH-311](https://github.com/NVIDIA/warp/issues/311)). -- Fix potential out-of-bounds memory access when a `wp.sparse.BsrMatrix` object is reused for storing matrices of different shapes/ +- Fix potential out-of-bounds memory access when a `wp.sparse.BsrMatrix` object is reused for storing matrices of different shapes. - Fix robustness to very low desired tolerance in `wp.fem.utils.symmetric_eigenvalues_qr`. - Fix invalid code generation error messages when nesting dynamic and static for-loops. - Fix caching of kernels with static expressions. diff --git a/exts/omni.warp.core/docs/CHANGELOG.md b/exts/omni.warp.core/docs/CHANGELOG.md index 87897c2b9..94d42d6e5 100644 --- a/exts/omni.warp.core/docs/CHANGELOG.md +++ b/exts/omni.warp.core/docs/CHANGELOG.md @@ -5,7 +5,7 @@ ### Fixed - Fix `iter_reverse()` not working as expected for ranges with steps other than 1 ([GH-311](https://github.com/NVIDIA/warp/issues/311)). -- Fix potential out-of-bounds memory access when a `wp.sparse.BsrMatrix` object is reused for storing matrices of different shapes/ +- Fix potential out-of-bounds memory access when a `wp.sparse.BsrMatrix` object is reused for storing matrices of different shapes. - Fix robustness to very low desired tolerance in `wp.fem.utils.symmetric_eigenvalues_qr`. - Fix invalid code generation error messages when nesting dynamic and static for-loops. - Fix caching of kernels with static expressions. diff --git a/exts/omni.warp/docs/CHANGELOG.md b/exts/omni.warp/docs/CHANGELOG.md index 87897c2b9..94d42d6e5 100644 --- a/exts/omni.warp/docs/CHANGELOG.md +++ b/exts/omni.warp/docs/CHANGELOG.md @@ -5,7 +5,7 @@ ### Fixed - Fix `iter_reverse()` not working as expected for ranges with steps other than 1 ([GH-311](https://github.com/NVIDIA/warp/issues/311)). -- Fix potential out-of-bounds memory access when a `wp.sparse.BsrMatrix` object is reused for storing matrices of different shapes/ +- Fix potential out-of-bounds memory access when a `wp.sparse.BsrMatrix` object is reused for storing matrices of different shapes. - Fix robustness to very low desired tolerance in `wp.fem.utils.symmetric_eigenvalues_qr`. - Fix invalid code generation error messages when nesting dynamic and static for-loops. - Fix caching of kernels with static expressions.