Browse Source

python: updated changelog.

next
Vladimír Vondruš 3 years ago
parent
commit
56dd4b4a36
  1. 4
      doc/python/pages/changelog.rst

4
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

Loading…
Cancel
Save