From 1417d59b6c5afc663be9f723aa01d3a4c3feed51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 5 Oct 2021 09:41:45 +0200 Subject: [PATCH] doc: updated changelog with latest fixes. --- doc/python/pages/changelog.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/python/pages/changelog.rst b/doc/python/pages/changelog.rst index 4fef944..802d6b1 100644 --- a/doc/python/pages/changelog.rst +++ b/doc/python/pages/changelog.rst @@ -61,6 +61,12 @@ Changelog directly in function signatures and showing up on the Python side as either :py:`None` or the actual value - Various documentation fixes (see :gh:`mosra/magnum-bindings#11`) +- Fixed copypaste errors in bindings for :ref:`Range2D.center_x()` / + :ref:`Range2D.center_y()`, :ref:`Range3D.z()`, :ref:`Range3D.center_x()` / + :ref:`Range2D.center_y()` / :ref:`Range2D.center_z()` +- Fixed a copypaste error in + :ref:`platform.sdl2.Application.MouseMoveEvent.relative_position` and + :ref:`platform.glfw.Application.MouseMoveEvent.relative_position` `2020.06`_ ==========