diff --git a/doc/changelog.dox b/doc/changelog.dox index 99b95fc82..cd34fc600 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -198,6 +198,11 @@ See also: - New [base-gtkmm](https://github.com/mosra/magnum-bootstrap/tree/base-gtkmm) bootstrap project for using Magnum together with gtkmm (see [mosra/magnum-bootstrap#24](https://github.com/mosra/magnum-bootstrap/pull/24)) +- Context sharing in @ref Platform::WindowlessCglApplication, + @ref Platform::WindowlessEglApplication, + @ref Platform::WindowlessGlxApplication, + @ref Platform::WindowlessWglApplication and + @ref Platform::WindowlessWindowsEglApplication (see [mosra/magnum#](https://github.com/mosra/magnum/pull/433)) @subsubsection changelog-latest-new-primitives Primitives library diff --git a/doc/credits.dox b/doc/credits.dox index b55f3144b..8b4e01bb9 100644 --- a/doc/credits.dox +++ b/doc/credits.dox @@ -189,6 +189,8 @@ Are the below lists missing your name or something's wrong? buildsystem improvements - **Stefan Wasilewski** ([\@smw](https://github.com/smw)) --- macOS port improvements +- **Stéphane Brard** ([\@aspioupiou](https://github.com/aspioupiou)) --- + shared context support in windowless applications - **Thibault Jochem** ([\@Tryum](https://github.com/Tryum)) --- @ref Platform::GlfwApplication improvements - **Thomas Tissot-Dupont** ([\@dolphineye](https://github.com/dolphineye))