diff --git a/changelog.txt b/changelog.txt index 8396ec9..4299843 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,9 +1,12 @@ ZEngine Version Log for Version 0.8.1 -$Id: changelog.txt,v 1.23 2003/01/12 19:01:17 cozman Exp $ +$Id: changelog.txt,v 1.24 2003/01/16 05:16:17 cozman Exp $ 0.8.2 + -Fixed several documentation problems. + -Added complete error handling system to ZEngine including internal ZError class. -Updated examples to use newer features and check for errors. - -Changed ZEngine::CreateDisplay to return a bool. + -Changed ZEngine::CreateDisplay to return a boolean value. + -Changed ZEngine::CreateDisplay to try desktop depth if setting the depth fails. -Added \since option to documentation (Everything after 0.8.0 will be labeled with a version.) -Added "desired framerate" functionality into the test programs. -Added "desired framerate" code to ZEngine.