From 30b8257c5eacd550334c2561a3254968e634cb61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 20 Aug 2019 09:22:47 +0200 Subject: [PATCH] doc: updated credits and changelog. --- doc/changelog.dox | 2 ++ doc/credits.dox | 2 ++ 2 files changed, 4 insertions(+) diff --git a/doc/changelog.dox b/doc/changelog.dox index 943d14824..48eb8edfd 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -524,6 +524,8 @@ See also: @ref Platform::WindowlessWglApplication, driver detection for the @cpp "no-forward-compatible-core-context" @ce now properly handles @fn_gl{GetString} returning a @cpp nullptr @ce +- @ref GL::Texture::imageSize() was present on WebGL 2 by mistake (see + [mosra/magnum#365](https://github.com/mosra/magnum/pull/365)) @subsection changelog-latest-docs Documentation diff --git a/doc/credits.dox b/doc/credits.dox index 969801c8c..26f492dab 100644 --- a/doc/credits.dox +++ b/doc/credits.dox @@ -139,6 +139,8 @@ Are the below lists missing your name or something's wrong? fixes - **Leon Moctezuma** ([\@leonidax](https://github.com/leonidax)) --- bugreports, API design direction +- **Mandeep Singh Baines** ([\@msbaines](https://github.com/msbaines)) --- + WebGL 2 build fixes - **Max Schwarz** ([\@xqms](https://github.com/xqms)) --- `Any*` plugin improvements, fixes in the @ref GL library - **Michael Tao** ([\@mtao](https://github.com/mtao)) --- Gentoo build fixes