From 78f9989c265c1497f918ecb34c75851ea266e39e Mon Sep 17 00:00:00 2001 From: Anka Chen Date: Mon, 30 Sep 2024 12:46:21 -0700 Subject: [PATCH] Changed changelog Signed-off-by: Anka Chen --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac067870..4b4e786c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ - 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