diff --git a/docs/blog/posts/2.2.0-released.md b/docs/blog/posts/2.2.0-released.md index bc866b83..53c6789e 100644 --- a/docs/blog/posts/2.2.0-released.md +++ b/docs/blog/posts/2.2.0-released.md @@ -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