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