Skip to content

Commit ff72ddc

Browse files
committed
docs: add CHANGELOG entry for overflow-safe cross-unit integer comparisons
1 parent 6cad11a commit ff72ddc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ This page documents the version history and changes for the **mp-units** library
3535
- refactor: representation concepts cleanup
3636
- refactor: `quantity_spec` call operator constraints improved
3737
- refactor: `quantity_cast` constraints improved
38+
- fix: overflow-safe cross-unit integer comparisons using double-width arithmetic
39+
(based on original work by [@burnpanck](https://github.com/burnpanck) in #580)
3840
- fix: dimensionless quantities truncation prevention fixed
3941
- fix: clang-18 workaround for pragmas not working in a C++ module build
4042
- fix: `normal_stress` and `shear_stress` fixed to have `stress` as a parent

0 commit comments

Comments
 (0)