From 3ce2a1ed94f16d155a1e6fa472d3593822ed65f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 12 Mar 2019 17:36:44 +0100 Subject: [PATCH] Doc++ --- doc/changelog.dox | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/doc/changelog.dox b/doc/changelog.dox index 980f49b8d..de8aa5bcf 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -97,13 +97,13 @@ See also: - The @ref ResourceManager class now accepts also @ref Corrade::Containers::Pointer instances in addition to raw pointers + +@subsubsection changelog-latest-changes-animation Animation library + - Default extrapolation of @ref Animation::TrackView was changed from @ref Animation::Extrapolation::Extrapolated to @ref Animation::Extrapolation::Constant to be consistent with @ref Animation::Track -- @ref Math::BoolVector now implements component-wise @cpp && @ce, - @cpp || @ce and @cpp ! @ce for better consistency with boolean operations - done on scalar types @subsubsection changelog-latest-changes-audio Audio library @@ -120,6 +120,12 @@ See also: - @ref DebugTools::textureSubImage() for float textures was updated to work with SwiftShader (which has broken @glsl gl_VertexID @ce) +@subsubsection changelog-latest-changes-math Math library + +- @ref Math::BoolVector now implements component-wise @cpp && @ce, + @cpp || @ce and @cpp ! @ce for better consistency with boolean operations + done on scalar types + @subsubsection changelog-latest-changes-meshtools MeshTools library - @ref MeshTools::fullScreenTriangle() was updated to work on ES3 SwiftShader