From 7dc03d59aa5a66dd07940b40d8d2b54668f2814e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 2 Feb 2022 19:08:26 +0100 Subject: [PATCH] doc: updated changelog and credits. --- doc/python/pages/changelog.rst | 2 ++ doc/python/pages/credits.rst | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/python/pages/changelog.rst b/doc/python/pages/changelog.rst index 394d32e..aaec17e 100644 --- a/doc/python/pages/changelog.rst +++ b/doc/python/pages/changelog.rst @@ -48,6 +48,8 @@ Changelog :ref:`math ` library - Exposed :ref:`gl.Context` and its platform-specific subclasses for EGL, WGL and GLX +- Exposed :ref:`gl.Framebuffer.attach_texture()` and missing sRGB, depth + and stencil :ref:`gl.TextureFormat` values (see :gh:`mosra/magnum-bindings#14`) - Exposed :ref:`gl.Renderer.set_blend_function()`, :ref:`gl.Renderer.set_blend_equation()` and related enums (see :gh:`mosra/magnum-bindings#9`) - Exposed :ref:`gl.Renderer.Feature.CLIP_DISTANCEn ` diff --git a/doc/python/pages/credits.rst b/doc/python/pages/credits.rst index 6481900..2228e8e 100644 --- a/doc/python/pages/credits.rst +++ b/doc/python/pages/credits.rst @@ -72,7 +72,8 @@ involved! - **Aaron Gokaslan** (:gh:`Skylion007`) --- minor performance and documentation fixes, expanding :ref:`Color3` / :ref:`Color4` bindings - **Cameron Egbert** (:gh:`cegbertOculus`) --- initial Windows port -- **James Murphy** (:gh:`mCodingLLC`) --- buildsystem fixes +- **James Murphy** (:gh:`mCodingLLC`) --- buildsystem fixes, expanding + :ref:`gl.Framebuffer` bindings - **John Laxson** (:gh:`jlaxson`) --- Homebrew package improvements - **Vladimir Gamalyan** (:gh:`vladimirgamalyan`) --- expanding :ref:`gl.Renderer` bindings