diff --git a/.changelog-bugfix.md b/.changelog-bugfix.md index 0d4cc9125..a59411899 100644 --- a/.changelog-bugfix.md +++ b/.changelog-bugfix.md @@ -1,5 +1,6 @@ # Quality-of-Life Improvements +- When building macOS packages, we do now manually compile OpenMP to ensure that the bundled library matches the target platform. - The build system now uses a lightweight custom implementation instead of [SCons](https://scons.org/) and is better modularized to avoid unnecessary runs of Continuous Integration jobs when only certain parts of it are modified. - Releases are now automated via Continuous Integration, including the update of the project's changelog. - The presentation of algorithmic parameters in the documentation has been improved.