Updated Changelog.txt in preparation for the 0.9.3 release.

This commit is contained in:
the_fiddler 2009-02-22 16:22:43 +00:00
parent 4e87c23421
commit 0b83a9f934

View file

@ -12,11 +12,16 @@ OpenTK 0.9.2 -> 0.9.3
+ Graphics + Graphics
+ Fixed version strings in GL.SupportsExtension(). + Fixed version strings in GL.SupportsExtension().
+ Input + 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 + Platform
+ MacOS support. + MacOS support.
+ Suppressed build warnings for unused methods and fields in the platform bindings. + 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 + Examples
+ Fixed the JuliaSetFractal and Framebuffer Object examples when the video cards don't support GLSL and FBOs, respectively. + Fixed the JuliaSetFractal and Framebuffer Object examples when the video cards don't support GLSL and FBOs, respectively.