From de7f93823ed148c035548d1bba75b875ccd1d5f0 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Fri, 20 Feb 2009 18:35:51 +0000 Subject: [PATCH] Fixed version strings in GL.SupportsExtension(). --- Documentation/Changelog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/Changelog.txt b/Documentation/Changelog.txt index a3f0a507..4dc72947 100644 --- a/Documentation/Changelog.txt +++ b/Documentation/Changelog.txt @@ -4,6 +4,8 @@ OpenTK 0.9.2 -> 0.9.3 --------------------- + OpenTK + + Graphics + + Fixed version strings in GL.SupportsExtension(). + Input + Added support for the MouseDevice.Move and .WheelChanged events and improved MouseDevice interface (patches by ALyman).