From 56dd4b4a36e140eb8b3899833b2912d641d4b35f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 8 Feb 2023 00:19:56 +0100 Subject: [PATCH] python: updated changelog. --- doc/python/pages/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/python/pages/changelog.rst b/doc/python/pages/changelog.rst index 8983fb7..971ef15 100644 --- a/doc/python/pages/changelog.rst +++ b/doc/python/pages/changelog.rst @@ -104,6 +104,10 @@ Changelog :ref:`platform.glfw.Application.main_loop_iteration` - Exposed a basic interface of :ref:`trade.AbstractImageConverter` and :ref:`trade.AbstractSceneConverter` +- Exposed the whole interface of :ref:`trade.MeshData` including typed access + to index and attribute data, together with :ref:`VertexFormat`, + :ref:`trade.DataFlag`, :ref:`trade.AbstractImporter.mesh_attribute_name()` + and :ref:`trade.AbstractImporter.mesh_attribute_for_name()` - Exposed :ref:`Color3.red()` and other convenience constructors (see :gh:`mosra/magnum-bindings#12`) - Exposed the :ref:`text` library