From dda78038beb2061e2b102107ce61c0e23b915a37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 1 Nov 2021 18:17:34 +0100 Subject: [PATCH] doc: updated changelog. --- doc/python/pages/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/python/pages/changelog.rst b/doc/python/pages/changelog.rst index 168d6ff..8b40523 100644 --- a/doc/python/pages/changelog.rst +++ b/doc/python/pages/changelog.rst @@ -80,6 +80,8 @@ Changelog to make the window resizable on startup - Exposed :ref:`platform.sdl2.Application.exit_event` and :ref:`platform.glfw.Application.exit_event` +- Exposed :ref:`Color3.red()` and other convenience constructors (see + :gh:`mosra/magnum-bindings#12`) `2020.06`_ ==========