Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shi-eric committed Sep 30, 2024
1 parent 78f9989 commit c74a9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit c74a9d6

Please sign in to comment.