From 40b9af0d981835185f2f3d2b344184e427092810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 7 Oct 2018 15:57:48 +0200 Subject: [PATCH] doc: mention potential backwards incompatibility. --- doc/changelog.dox | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/changelog.dox b/doc/changelog.dox index 999ba3f9c..c34112b69 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -496,6 +496,12 @@ See also: @ref Trade::PhongMaterialData::diffuseColor() "diffuseColor()" and @ref Trade::PhongMaterialData::specularColor() "specularColor()" now return @ref Color4 instead of @ref Color3 +- Applications now expose GL context forward compatibility as an + enabled-by-default context flag. Calling + @ref Platform::Sdl2Application::GLConfiguration::setFlags() "Platform::*Application::GLConfiguration::setFlags()" + (and similarly on windowless apps) will reset that flag, use + @ref Platform::Sdl2Application::GLConfiguration::addFlags() "Platform::*Application::GLConfiguration::addFlags()" (And similarly on + windowless apps) to preserve the enabled-by-default flags. @section changelog-2018-04 2018.04