Updated changelog with changes from the last revision.

This commit is contained in:
the_fiddler 2009-05-31 15:55:31 +00:00
parent b9fc267ca3
commit 5e38154a5b

View file

@ -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..