diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b4e786c..cb9cf656 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,6 @@ - Support for a new `wp.static(expr)` function that allows arbitrary Python expressions to be evaluated at the time of function/kernel definition ([docs](https://nvidia.github.io/warp/codegen.html#static-expressions)). - Add a contributing guide to the Sphinx docs. -- Fixed the bug in the edge indices within the `add_cloth_mesh` function.. ### Changed @@ -63,6 +62,7 @@ - Fix printing Boolean and 8-bit integer values. - Fix array interface type strings used for Boolean and 8-bit integer values. - Fix initialization error when setting struct members. +- Fix wrong vertex index passed to `add_edges()` called from `ModelBuilder.add_cloth_mesh()` ([GH-319](https://github.com/NVIDIA/warp/issues/319)). ## [1.3.3] - 2024-09-04