diff --git a/doc/changelog.dox b/doc/changelog.dox index b01e01594..4a8288ce1 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -306,6 +306,13 @@ See also: - @cpp Math::Frustum::planes() @ce are deprecated due to redundancy, use either @ref Math::Frustum::operator[](), @ref Math::Frustum::data() or range access using @ref Math::Frustum::begin() / @ref Math::Frustum::end() +- Batch @ref Math::min(Containers::ArrayView), + @ref Math::max(Containers::ArrayView) and + @ref Math::minmax(Containers::ArrayView) are moved to a new + @ref Magnum/Math/FunctionsBatch.h header in order to speed up compile + times. This header is included from @ref Magnum/Math/FunctionsBatch.h when + building with @ref MAGNUM_BUILD_DEPRECATED enabled, include it explicitly + to ensure forward compatibility - @cpp Trade::ImporterFileCallbackPolicy @ce is deprecated as it was moved to @ref InputFileCallbackPolicy in the root namespace to be shared with APIs outside of the @ref Trade namespace @@ -325,12 +332,6 @@ See also: up compile times. Backwards compatibility is not provided, when using @ref Math types with @ref Corrade::Utility::Configuration or @ref Corrade::Utility::Arguments you have to include the header explicitly -- Batch @ref Math::min(Containers::ArrayView), - @ref Math::max(Containers::ArrayView) and - @ref Math::minmax(Containers::ArrayView) were moved to a new - @ref Magnum/Math/FunctionsBatch.h header in order to speed up compile - times. Backwards compatibility is not provided, when using these functions - you have to include the header explicitly - Removed all aliases to @ref GL library functionality in the root namespace (and root include path) which were deprecated in 2018.04 and everything related to this change: diff --git a/src/Magnum/Math/Functions.h b/src/Magnum/Math/Functions.h index 3f4508d23..697b3e0cb 100644 --- a/src/Magnum/Math/Functions.h +++ b/src/Magnum/Math/Functions.h @@ -616,4 +616,8 @@ template inline Vector fma(const Vector