From 55e9357d1b3f64cc96e28450ef03f03ffb74eb8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 6 Jan 2018 18:41:07 +0100 Subject: [PATCH] doc: changelog updates. --- doc/changelog.dox | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/changelog.dox b/doc/changelog.dox index 75c917f5a..52fab3589 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -123,6 +123,9 @@ See also: @ref Framebuffer::attachTexture() "attach*()" functions - Added @ref Framebuffer::attachLayeredTexture() for layered texture attachments +- Added @ref AbstractFramebuffer::clearDepth(), @ref AbstractFramebuffer::clearStencil(), + @ref AbstractFramebuffer::clearDepthStencil(), @ref DefaultFramebuffer::clearColor(), + @ref Framebuffer::clearColor() - Added @ref BufferImage::release() "{Compressed,}BufferImage::release()" and an ability to create @ref BufferImage "{Compressed,}BufferImage" from an existing @ref Buffer @@ -458,7 +461,8 @@ See also: its subclasses - Fixed @ref Trade::ObjImporter on Android - Fixed assertion when using @ref DebugTools::ObjectRenderer -- Fixed appearance of @ref Primitives::Cylinder::solid() +- Fixed appearance of @ref Primitives::Cylinder::solid() and + @ref Primitives::Circle::solid() - Fixed a possible OOB access when reading @ref Math::Vector / @ref Math::RectangularMatrix from @ref Corrade::Utility::Configuration - Fixed unfortunate interaction of VAOs and index buffers on platforms @@ -585,6 +589,8 @@ See also: @subsection changelog-latest-docs Documentation +- New documentation theme powered by [m.css](http://mcss.mosra.cz) and + related massive updates of *everything* - Explicit list of extensions that are available in WebGL builds - New page explaining @ref opengl-wrapping "OpenGL wrapper layer" - Documented extra CMake modules in @ref cmake-modules