From d3c863fd6b4e799036de14fd2be9de2c8df93e12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 4 Feb 2019 17:26:45 +0100 Subject: [PATCH] doc: updated changelog. --- doc/changelog.dox | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/changelog.dox b/doc/changelog.dox index b487ac05d..7e8cc846a 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -42,11 +42,13 @@ See also: - Minimal supported GCC version is now 4.8.1, GCC 4.7 is not supported anymore. Minimal Clang version is now 3.3, since that's the first version - with a complete C++11 support. + with a complete C++11 support. See also + [mosra/magnum#274](https://github.com/mosra/magnum/issues/274). - Minimal supported CMake version is now 3.1. Older versions are not supported anymore and all workarounds for them were removed. Download a prebuilt release of a newer version if you need to use Corrade on older - systems (such as Ubuntu 14.04 or Debian 8). + systems (such as Ubuntu 14.04 or Debian 8). See also + [mosra/magnum#274](https://github.com/mosra/magnum/issues/274). @subsection changelog-latest-new New features @@ -249,7 +251,7 @@ See also: functions, deprecated since December 2016. Use @ref Math::pack() and @ref Math::unpack() instead. - Removed @cpp Platform::*Application::MouseEvent::BUtton::WheelUp @ce and - @cpp Platform::*Application::MouseEvent::BUtton::WheelDown @ce, deprecated + @cpp Platform::*Application::MouseEvent::Button::WheelDown @ce, deprecated since June 2016. Use the dedicated @ref Platform::Sdl2Application::mouseScrollEvent() "mouseScrollEvent()" API instead.