From fb27ecd87d3c10d898dadb9ee6d0dbe1f7b13a4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 4 Apr 2019 22:03:00 +0200 Subject: [PATCH] doc: updated changelog and credits. --- doc/changelog.dox | 3 +++ doc/credits.dox | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/changelog.dox b/doc/changelog.dox index 7476053a5..16d71aa0c 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -275,6 +275,9 @@ See also: @gl_extension{EXT,instanced_arrays}, @gl_extension{EXT,draw_instanced}, @gl_extension{NV,instanced_arrays} and @gl_extension{NV,draw_instanced} extensions +- @ref GL::Context would crash on destruction if it was constructed with + @ref NoCreate but @ref GL::Context::create() was never called (see + [mosra/magnum#331](https://github.com/mosra/magnum/pull/331) - Reading of float textures on ES3 contexts using @ref DebugTools::textureSubImage() returned a zero-sized image by accident - Properly zero-initializing the UTF-8 buffer in diff --git a/doc/credits.dox b/doc/credits.dox index b7650a431..a0b889271 100644 --- a/doc/credits.dox +++ b/doc/credits.dox @@ -131,7 +131,7 @@ Are the below lists missing your name or something's wrong? - **Leon Moctezuma** ([\@leonidax](https://github.com/leonidax)) --- bugreports, API design direction - **Max Schwarz** ([\@xqms](https://github.com/xqms)) --- `Any*` plugin - improvements + improvements, fixes in the @ref GL library - **Miguel Martin** ([\@miguelmartin75](https://github.com/miguelmartin75)) --- initial macOS port, various other improvements - **Nathan Ollerenshaw** ([\@matjam](https://github.com/matjam)) --- Ubuntu