From b9a84ed3043feaee346f649f6e8fac955940c329 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Thu, 25 Jun 2009 22:48:18 +0000 Subject: [PATCH] Update documentation with latest changes. --- Documentation/Changelog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/Changelog.txt b/Documentation/Changelog.txt index 0e937fa2..2515c7fa 100644 --- a/Documentation/Changelog.txt +++ b/Documentation/Changelog.txt @@ -7,8 +7,12 @@ + Enabled documentation generation in debug builds. + Compute + Bitfields are now mapped to 'long' instead of 'int'. + + GLControl + + Removed unused code. + Math + Namespace OpenTK.Math no longer exists. Math functions are now placed directly inside the OpenTK namespace. + + Matrix4.Frustum was obsoleted in favor of Matrix4.CreatePerspectiveOffCenter. + + Matrix4.Perspective was obsoleted in favor of Matrix4.CreatePerspectiveFieldOfView. ------------------------- OpenTK 0.9.8-1 -> 0.9.9