From 1d363e656e67b5565de117ddb64b48121e10bcad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 21 Aug 2017 22:25:32 +0200 Subject: [PATCH] doc: updated changelog. --- doc/changelog.dox | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/changelog.dox b/doc/changelog.dox index 2fa9f05e0..872dd95d7 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -309,6 +309,9 @@ namespace Magnum { - The @ref Mesh class now stores a copy of @ref Buffer instance instead of reference, meaning that you can move your buffers freely after assigning them to a mesh +- @ref Texture::setStorage() "*Texture::setStorage()" fallback implementation + on OpenGL ES 2.0 and WebGL 1.0 now properly translates sized texture + formats to what the drivers expect - @ref Trade::TgaImporter "TgaImporter" and @ref Trade::TgaImageConverter "TgaImageConverter" now consistently use RGB(A) on all platforms and don't require BGR(A) on desktop