From 6ebe264e611caa23eeb6fc3f4fc57aa095353344 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 16 Oct 2019 19:50:46 +0200 Subject: [PATCH] doc: updated credits and changelog. --- doc/changelog.dox | 3 +++ doc/credits.dox | 2 ++ 2 files changed, 5 insertions(+) diff --git a/doc/changelog.dox b/doc/changelog.dox index 7998a87b6..15bcef084 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -449,6 +449,8 @@ See also: @subsubsection changelog-latest-changes-shaders Shaders library +- All shaders now have rendering output tests, making them more robust for + future additions and refactorings. See also [mosra/magnum#382](https://github.com/mosra/magnum/pull/382). - @ref Shaders::Phong now clamps the specular factor to minimize artifacts when shininess is near zero - @ref Shaders::Phong can now handle zero lights, in which case its output is @@ -681,6 +683,7 @@ See also: (see [mosra/magnum#367](https://github.com/mosra/magnum/issues/367)) - The @ref getting-started "Getting Started Guide" was rewritten to be easier to follow for Windows users, removing usual pain points (see + [mosra/magnum#377](https://github.com/mosra/magnum/issues/377) and [mosra/magnum#378](https://github.com/mosra/magnum/issues/378)) @subsection changelog-latest-deprecated Deprecated APIs diff --git a/doc/credits.dox b/doc/credits.dox index dcfc837f3..53b3f5bbb 100644 --- a/doc/credits.dox +++ b/doc/credits.dox @@ -145,6 +145,8 @@ Are the below lists missing your name or something's wrong? bugreports, API design direction - **Mandeep Singh Baines** ([\@msbaines](https://github.com/msbaines)) --- WebGL 2 build fixes +- **Marco Melorio** ([\@Melix19](https://github.com/Melix19)) --- iOS test + updates and 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