diff --git a/Documentation/Changelog.txt b/Documentation/Changelog.txt index 3a3a99f7..7b2399dc 100644 --- a/Documentation/Changelog.txt +++ b/Documentation/Changelog.txt @@ -12,11 +12,16 @@ OpenTK 0.9.2 -> 0.9.3 + Graphics + Fixed version strings in GL.SupportsExtension(). + Input - + Added support for the MouseDevice.Move and .WheelChanged events and improved MouseDevice interface (patches by ALyman). + + Added support for the MouseDevice.Move and .WheelChanged events and improved MouseDevice interface (Issue: "Fix MouseDevice.Move", http://www.opentk.com/node/652). + + Math + + Fixed infinite loop in quaternion constructors (Issue: "Quaternion bug", http://www.opentk.com/node/663) + Platform + MacOS support. + Suppressed build warnings for unused methods and fields in the platform bindings. ++ Utilities + + Fixed TextPrinter bug with colors in high quality (Issue: "TextPrinter (TextQuality.High) failure (with patch to fix)", http://www.opentk.com/node/660) + + Examples + Fixed the JuliaSetFractal and Framebuffer Object examples when the video cards don't support GLSL and FBOs, respectively.