From 2623efbcf9478ed6a5bad6e659cab235132776c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 11 Apr 2025 22:05:30 +0200 Subject: [PATCH] singles: update changelogs. --- src/singles/MagnumMath.hpp | 5 +++++ src/singles/MagnumMathBatch.hpp | 4 ++++ src/singles/MagnumMeshTools.hpp | 2 ++ 3 files changed, 11 insertions(+) diff --git a/src/singles/MagnumMath.hpp b/src/singles/MagnumMath.hpp index 50c32704b..97110ed1b 100644 --- a/src/singles/MagnumMath.hpp +++ b/src/singles/MagnumMath.hpp @@ -32,6 +32,11 @@ `#define MAGNUM_MATH_EIGEN_INTEGRATION` before including the file. Including it multiple times with different macros defined works as well. + v2020.06-3290-g454e9 (2025-04-11) + - New Color4::premultiplied() and unpremultiplied() APIs + - Include guard for the implementation part to prevent double definitions + - Cleanup and unification of SFINAE code, it's now done in template args + as that's simpler for the compiler v2020.06-3125-g632a2 (2025-01-07) - New Nanoseconds and Seconds types along with _nsec, _usec, _msec and _sec literals and opt-in std::chrono compatibility diff --git a/src/singles/MagnumMathBatch.hpp b/src/singles/MagnumMathBatch.hpp index c4b119998..0d5fb3d81 100644 --- a/src/singles/MagnumMathBatch.hpp +++ b/src/singles/MagnumMathBatch.hpp @@ -24,6 +24,10 @@ If you need the deinlined symbols to be exported from a shared library, `#define MAGNUM_EXPORT` as appropriate. + v2020.06-3290-g454e9 (2025-04-11) + - Include guard for the implementation part to prevent double definitions + - Cleanup and unification of SFINAE code, it's now done in template args + as that's simpler for the compiler v2020.06-3128-g47b22 (2025-01-07) - Initial release diff --git a/src/singles/MagnumMeshTools.hpp b/src/singles/MagnumMeshTools.hpp index 2da8e990e..8e16de9d0 100644 --- a/src/singles/MagnumMeshTools.hpp +++ b/src/singles/MagnumMeshTools.hpp @@ -24,6 +24,8 @@ If you need the deinlined symbols to be exported from a shared library, `#define MAGNUM_MESHTOOLS_EXPORT` as appropriate. + v2020.06-3290-g454e9 (2025-04-11) + - Include guard for the implementation part to prevent double definitions v2020.06-3128-g47b22 (2025-01-07) - Initial release