Skip to content

Commit

Permalink
Add changelog entry for #128.
Browse files Browse the repository at this point in the history
  • Loading branch information
finnbear committed Jan 8, 2025
1 parent 87305d9 commit e70d2c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Fix center() for very large AABBs [#118](https://github.com/svenstaro/bvh/pull/118) (thanks @finnbear)
- Fix more cases where an empty BVH would panic [#116](https://github.com/svenstaro/bvh/pull/116) (thanks @finnbear)
- Add fuzzing suite [#113](https://github.com/svenstaro/bvh/pull/113) (thanks @finnbear)
- **Breaking change:** BVH traversal now accepts a `Query: IntersectsAabb` rather than a `Ray`,
allowing points, AABB's, and circles/spheres to be tested, too. Most use-cases involving `Ray`
will continue to compile as-is. If you previously wrote `BvhTraverseIterator<T, D, S>`, you'll
need to change it to `BvhTraverseIterator<T, D, Ray, S>`. [#128](https://github.com/svenstaro/bvh/pull/128) (thanks @finnbear)

## 0.10.0 - 2024-07-06
- Don't panic when traversing empty BVH [#106](https://github.com/svenstaro/bvh/pull/106) (thanks @finnbear)
Expand Down

0 comments on commit e70d2c6

Please sign in to comment.