From 953ebebba9796800895d51b0d31adf3714b73460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 5 Apr 2023 16:45:53 +0200 Subject: [PATCH] doc: update changelog. --- doc/changelog.dox | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/changelog.dox b/doc/changelog.dox index a6c4c1efb..42b37a40d 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -371,6 +371,13 @@ See also: also exposed via a `--map` option in the @ref magnum-sceneconverter "magnum-sceneconverter" and @ref magnum-imageconverter "magnum-imageconverter" utilities +- Added @ref Trade::isAnimationTrackTargetCustom() and + @ref Trade::animationTrackTargetCustom() helpers as well as + @ref Trade::AbstractImporter::animationTrackTargetName() and + @ref Trade::AbstractImporter::animationTrackTargetForName() queries for + associating custom @ref Trade::AnimationTrackTarget values with string + names consistently with what's already done for @ref Trade::MeshAttribute + and @ref Trade::SceneField - Ability to convert also 1D and 3D images with the @ref magnum-imageconverter "magnum-imageconverter" utility, as well as combining layers into images of one dimension more (or vice versa),