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