docs: @nebkat contributions added to the 2.2 release announcement

This commit is contained in:
Mateusz Pusz
2024-04-20 17:16:50 +01:00
parent 13fbd3c35c
commit c8208e1052

View File

@ -366,8 +366,13 @@ Example 2 (gcc):
This release provided lots of changes to the _mp_units/math.h_ header file.
First, `fma`, `isfinite`, `isinf`, and `isnan` math function were added by
[@NAThompson](https://github.com/NAThompson). Thanks!
First, we got several outstanding contributions:
- `fma`, `isfinite`, `isinf`, and `isnan` math functions were added by
[@NAThompson](https://github.com/NAThompson),
- `ppm`, `atan2`, `fmod`, and `remainder` were added by [@nebkat](https://github.com/nebkat).
Thanks!
Additionally, we changed the namespace for trigonometric functions using SI units. Now they are
inside of the `mp_units::si` subnamespace and not in `mp_units::isq` like it was the case before