Skip to content

Commit 040eb63

Browse files
committed
changelog: standardize c++ param passing
1 parent 956244a commit 040eb63

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
### Changed
1717

18+
- `subdivision`: pass-by-value → Eigen::Ref<const> (3 functions)
19+
- `straight_skeleton_2`: const& → Eigen::Ref<const> (8 functions)
20+
- `triangulation`: added const to all Eigen::Ref params (3 functions)
21+
- `meshing`: removed extra & and added const (7 functions)
22+
1823
### Removed
1924

2025

0 commit comments

Comments
 (0)