Updated for 2.1 candidate release
diff --git a/HISTORY.txt b/HISTORY.txt
index 1336069..1da8324 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -1,5 +1,16 @@
-FTGL 2.0.11 (FTGL_2_0_11)
+FTGL 2.1
+ - Added texture co-ordinates to the geometry based font types.
+ - Added the ability to turn off (or on) glDisplayList creation inside FTGL.
+ - Removed unnecessary translates in the glyph rendering code.
+ - Moved the Mac project to XCode.
+ - Added a line height function to FTFont.
+ - Got rid of the GL_TEXTURE_2D_BINDING_EXT call and replaced it with a
+ static member.
+ - Fixed a bug where resizing FTGLTextureFont caused a GL error.
+ - More unit tests. Fixed a heap of bugs.
+
16 August 2004
+ 2.0.11 (FTGL_2_0_11)
- Updated FTFont( *pBufferBytes, bufferSizeInBytes) documentation.
16 August 2004