From 1758ec0a7f245993409980cf53b8920447d9921c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 13 Mar 2020 15:02:35 +0100 Subject: [PATCH] doc: update changelog. --- doc/changelog.dox | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/changelog.dox b/doc/changelog.dox index 52fceea4b..6779a231a 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -185,7 +185,8 @@ See also: - A new, redesigned @ref Trade::MeshData class that allows much more flexible access to vertex/index data without unnecessary allocations and data conversions or copies. Importers expose it through the new - @ref Trade::AbstractImporter::mesh() family of APIs. + @ref Trade::AbstractImporter::mesh() family of APIs. See + [mosra/magnum#371](https://github.com/mosra/magnum/pull/371). - Ability to import image mip levels via an additional parameter in @ref Trade::AbstractImporter::image2D(), @ref Trade::AbstractImporter::image2DLevelCount() and similar APIs for 1D