From 372c5e0065ae483503db1e8d1f4cde2e361d48ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 17 Nov 2020 23:03:34 +0100 Subject: [PATCH] doc: updated credits and changelog. --- doc/python/pages/changelog.rst | 3 ++- doc/python/pages/credits.rst | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/python/pages/changelog.rst b/doc/python/pages/changelog.rst index bffd4d7..8664378 100644 --- a/doc/python/pages/changelog.rst +++ b/doc/python/pages/changelog.rst @@ -36,7 +36,7 @@ Changelog ======================== - Exposed :ref:`gl.Renderer.set_blend_function()`, - :ref:`gl.Renderer.set_blend_equation()` and related enums (:gh:`mosra/magnum-bindings#9`) + :ref:`gl.Renderer.set_blend_equation()` and related enums (see :gh:`mosra/magnum-bindings#9`) - Exposed :ref:`gl.Renderer.Feature.CLIP_DISTANCEn ` values that are new since 2020.06 - Exposed new instancing, normal-mapping-related and lighting features in @@ -44,6 +44,7 @@ Changelog - Renamed all helper ``Python.h`` headers to ``PythonBindings.h`` to avoid issues with shitty IDE indexers such as Eclipse, confusing these with Python's ```` +- Applied minor performance fixes suggested by Clang Tidy (see :gh:`mosra/magnum-bindings#10`) `2020.06`_ ========== diff --git a/doc/python/pages/credits.rst b/doc/python/pages/credits.rst index e90adff..2b93817 100644 --- a/doc/python/pages/credits.rst +++ b/doc/python/pages/credits.rst @@ -69,6 +69,7 @@ involved! Are the below lists missing your name or something's wrong? `Let us know! `_ +- **Aaron Gokaslan** (:gh:`Skylion007`) --- minor performance fixes - **Cameron Egbert** (:gh:`cegbertOculus`) --- initial Windows port - **Vladimir Gamalyan** (:gh:`vladimirgamalyan`) --- expanding :ref:`gl.Renderer` bindings