diff --git a/CHANGELOG.md b/CHANGELOG.md index 04616aa3..075de2e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ - Add the `rkyv-serialize` feature that enables the implementation of `rkyv` serialization/deserialization for most shapes. - Add the `parallel` feature that enables methods for the parallel traversal of QBVH trees: `QBVH::traverse_bvtt_parallel`, - `QBVH::traverse_bvtt_node_parallel`, `QBVH::traverse_depth_first_parallel`, `QBVH::traverse_depth_first_node_parallel`, + `QBVH::traverse_bvtt_node_parallel`, `QBVH::traverse_depth_first_parallel`, `QBVH::traverse_depth_first_node_parallel`. ### Fixed - Fix the application of non-uniform scaling to balls.