diff --git a/index.html b/index.html
index 2561f04..b40cbd7 100644
--- a/index.html
+++ b/index.html
@@ -16,7 +16,7 @@ platform for which both FreeType2 and
Obtaining GLFT_Font
The latest copy of GLFT_Font will be available via this website.
-At the moment the latest version is 0.1.
+At the moment the latest version is 0.2.
Using GLFT_Font
@@ -37,18 +37,23 @@ fnt.drawText(x, y, "Hello World");
GLFT_Font also includes support for finding the width/height of a string and
-drawText supports printf-style argument formatting.
+drawText supports printf-style argument formatting.
+New in 0.2: GLFT_Font now allows outputting text using C++
+style stream operators.
Changelog
-- Version 0.1 - 1 July 2005 - Initial Release
+- Version 0.2 - 18 July 2005 -
+Added beginDraw/endDraw and changed vsprintf to vsnprintf
+- Version 0.1 - 1 July 2005 -
+ Initial Release
-$Id: index.html,v 1.1 2005/07/18 22:19:16 cozman Exp $
+$Id: index.html,v 1.2 2005/07/18 22:32:26 cozman Exp $