Skip to content

Commit 13f9b08

Browse files
committed
docs: add CHANGELOG entries for fixed-point and overflow-safe integer comparison fixes
1 parent 10b4fcd commit 13f9b08

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ 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: fixed-point arithmetic for integer unit conversions (#764, based on original work by
39+
[@burnpanck](https://github.com/burnpanck) in #580)
40+
- fix: overflow-safe cross-unit integer comparisons using double-width arithmetic (#766, based on original
41+
work by [@burnpanck](https://github.com/burnpanck) in #580)
3842
- fix: dimensionless quantities truncation prevention fixed
3943
- fix: clang-18 workaround for pragmas not working in a C++ module build
4044
- fix: `normal_stress` and `shear_stress` fixed to have `stress` as a parent

0 commit comments

Comments
 (0)