Browse Source

doc: updated changelog and credits.

pull/10/head
Vladimír Vondruš 6 years ago
parent
commit
615551a390
  1. 9
      doc/python/pages/changelog.rst
  2. 5
      doc/python/pages/credits.rst

9
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 ``<Python.h>``
`2020.06`_
==========

5
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! <https://magnum.graphics/contact/>`_
- **Cameron Egbert** (:gh:`cegbertOculus`) --- initial Windows port
- **Vladimir Gamalyan** (:gh:`vladimirgamalyan`) --- expanding
:ref:`gl.Renderer` bindings

Loading…
Cancel
Save