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