From 615551a3904efb6bacd6bb6a2a5a5ed922316c40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 6 Oct 2020 12:53:26 +0200 Subject: [PATCH] doc: updated changelog and credits. --- doc/python/pages/changelog.rst | 9 +++++++++ doc/python/pages/credits.rst | 5 +++++ 2 files changed, 14 insertions(+) diff --git a/doc/python/pages/changelog.rst b/doc/python/pages/changelog.rst index 06863fb..6511ebe 100644 --- a/doc/python/pages/changelog.rst +++ b/doc/python/pages/changelog.rst @@ -32,6 +32,15 @@ Changelog :some_directive: TODO: why can't the title below "just work" and I have to add some bogus content before? +`Changes since 2020.06`_ +======================== + +- Exposed :ref:`gl.Renderer.set_blend_function()`, + :ref:`gl.Renderer.set_blend_equation()` and related enums (:gh:`mosra/magnum-bindings#9`) +- Renamed all helper ``Python.h`` headers to ``PythonBindings.h`` to avoid + issues with shitty IDE indexers such as Eclipse, confusing these with + Python's ```` + `2020.06`_ ========== diff --git a/doc/python/pages/credits.rst b/doc/python/pages/credits.rst index 4c77cf6..e90adff 100644 --- a/doc/python/pages/credits.rst +++ b/doc/python/pages/credits.rst @@ -26,6 +26,9 @@ Credits ####### +:ref-prefix: + corrade + magnum :summary: Third-party dependencies and their corresponding license information; people and organizations that contributed to Magnum Python Bindings. @@ -67,3 +70,5 @@ involved! `Let us know! `_ - **Cameron Egbert** (:gh:`cegbertOculus`) --- initial Windows port +- **Vladimir Gamalyan** (:gh:`vladimirgamalyan`) --- expanding + :ref:`gl.Renderer` bindings