From c594dce22b5be0c758a8fd0dc1ced50bccdee81f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 14 Dec 2021 12:17:50 +0100 Subject: [PATCH] doc: order changelog sections alphabetically. --- doc/changelog.dox | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/changelog.dox b/doc/changelog.dox index d0a558d8c..e75c9322c 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -173,6 +173,10 @@ See also: @ref Platform::WindowlessWindowsEglApplication and @ref Platform::Sdl2Application +@subsubsection changelog-latest-new-scenegraph SceneGraph library + +- Added @ref SceneGraph::Object::move() + @subsubsection changelog-latest-new-shaders Shaders library - All builtin shaders now have opt-in support for uniform buffers on desktop, @@ -201,10 +205,6 @@ See also: @ref ShaderTools::AnyConverter "AnyShaderConverter" plugin and a @ref magnum-shaderconverter "magnum-shaderconverter" utility -@subsubsection changelog-latest-new-scenegraph SceneGraph library - -- Added @ref SceneGraph::Object::move() - @subsubsection changelog-latest-new-trade Trade library - A new, redesigned @ref Trade::MaterialData class allowing to store custom