From 2fa4386f889173c34b57b7af685c81b979c47ec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 17 Oct 2021 17:44:41 +0200 Subject: [PATCH] doc: updated changelog. --- doc/changelog.dox | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/changelog.dox b/doc/changelog.dox index 53821d3a9..b1baf89ae 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -808,7 +808,8 @@ See also: docs as a set of @ref Debug etc typedefs instead, to make them more discoverable. - Improved documentation about @ref opengl-wrapping-instances-nocreate "delayed OpenGL context creation" - and related pitfalls (see also [mosra/magnum-bootstrap#26](https://github.com/mosra/magnum-bootstrap/issues/26)) + and related pitfalls (see also [mosra/magnum-bootstrap#26](https://github.com/mosra/magnum-bootstrap/issues/26), + [mosra/magnum-examples#98](https://github.com/mosra/magnum-examples/issues/98)) - Added introductory documentation about @ref features "library layout and essential workflows" (see [mosra/magnum#526](https://github.com/mosra/magnum/issues/526))