From 5bee43a5035f48fc31ffa1ffdd473b68628c9d82 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Sun, 31 May 2009 15:55:31 +0000 Subject: [PATCH] Updated changelog with changes from the last revision. --- Documentation/Changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/Changelog.txt b/Documentation/Changelog.txt index 1964127d..68ca5365 100644 --- a/Documentation/Changelog.txt +++ b/Documentation/Changelog.txt @@ -16,6 +16,7 @@ OpenTK 0.9.7 -> 0.9.8 + All instances of Version* enums have now been replaced. Only a few Version12Deprecated enums remain, pertaining to the ARB_imaging subset. + Debug builds now throw an exception whenever an OpenGL error is encountered. Simplifies debugging. + GraphicsContext.CreateDummyContext() no longer causes a NullReferenceException. + + Several new helpers for getting matrices, vectors or setting the viewport. + Input + Keyboard repeat is now turned off on X11. + Mouse deltas are now reported correctly during mouse movements..