From f9297b78d0cd0eb9a063deb65f121936d71499f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 29 Mar 2025 20:00:09 +0100 Subject: [PATCH] doc: don't reference deprecated names in changelog. --- doc/changelog.dox | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/changelog.dox b/doc/changelog.dox index 8d4d6f941..83332325a 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -418,9 +418,9 @@ See also: - Support for instanced drawing in @ref Shaders::MeshVisualizerGL2D and @ref Shaders::MeshVisualizerGL3D for better feature parity with the other shaders -- New @ref Shaders::Generic::JointIds, - @ref Shaders::Generic::SecondaryJointIds, @ref Shaders::Generic::Weights - and @ref Shaders::Generic::SecondaryWeights attributes for GPU skinning +- New @ref Shaders::GenericGL::JointIds, + @ref Shaders::GenericGL::SecondaryJointIds, @ref Shaders::GenericGL::Weights + and @ref Shaders::GenericGL::SecondaryWeights attributes for GPU skinning support (see also [mosra/magnum#441](https://github.com/mosra/magnum/pull/441)) - New @ref Shaders::GenericGL::TextureArrayCoordinates attribute for shaders accepting three-component texture array coordinates