From 2d76e71abc279cac4bc402f5f658cce5489d9a99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 6 Aug 2018 10:44:50 +0200 Subject: [PATCH] doc: updated changelog. --- doc/changelog.dox | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/changelog.dox b/doc/changelog.dox index eb7dabf4e..84568ddb8 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -225,6 +225,11 @@ See also: - Compiled code snippets for @ref Audio and @ref SceneGraph libraries, fixing cases where outdated or plain wrong API constructs were mentioned +- Extended documentation for @ref Math::Matrix3::rotation(), + @ref Math::Matrix4::rotation() and related accessors, explaining use cases + and caveats +- Reworked documentation of @ref Math::Algorithms, adding math equations and + usage examples to all functions - Explicitly mentioning copy/move constructibility for all classes with non-trivial construction - Website styling got out of sync with generated Doxygen documentation,