From eb4793719cb47f57ef006d7d56b63427425162e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 6 Mar 2021 20:35:18 +0100 Subject: [PATCH] doc: put this changelog entry into the correct section. --- doc/changelog.dox | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/changelog.dox b/doc/changelog.dox index 46bd51182..973597f72 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -407,6 +407,10 @@ See also: - @cpp Trade::AbstractMaterialData @ce as well as its containing header `Magnum/Trade/AbstractMaterialData.h` is now a deprecated alias to the new and more flexible @ref Trade::MaterialData. +- @cpp Trade::LightData::Type::Infinite @ce, originally adapted from the + OpenGEX specification, is deprecated in favor of + @ref Trade::LightData::Type::Directional as that's the more commonly used + term - @cpp Trade::PhongMaterialData::ambientCoordinateSet() @ce, @cpp diffuseCoordinateSet() @ce, @cpp specularCoordinateSet() @ce and @cpp normalCoordinateSet() @ce are deprecated in favor of more consistently @@ -562,10 +566,6 @@ See also: interfaces, which are also @cpp const @ce and can't fail. Documentation of each function was expanded to suggest a recommended place for potential error handling. -- @cpp Trade::LightData::Type::Infinite @ce, originally adapted from the - OpenGEX specification, is deprecated in favor of - @ref Trade::LightData::Type::Directional as that's the more commonly used - term @subsection changelog-latest-documentation Documentation