Note about include directory
diff --git a/HISTORY.txt b/HISTORY.txt
index 6336e6f..ce4390f 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -13,7 +13,7 @@ FTGL 2.0 (FTGL_2_0_0)
no way to handle Close correctly and Open is redundant.
- Improved the robustness of some of the error handling.
- Removed the FTCharmap Platform/Encoding function.
- - Unit tests.
+ - Added unit tests.
- Removed the precache flag.
- Unvirtualised functions in FTLibrary and FTGlyphContainer.
- Fixed empty string bug in FTFont::BBox.
@@ -27,6 +27,7 @@ FTGL 2.0 (FTGL_2_0_0)
- Refactored FTGlyph. Now calculates advance (as a float) and bbox.
- Changed contourList from FTVector to an array in FTVectoriser.
- Made function and member names more consistant.
+ - Moved header files to include directory.
October 23 2002
FTGL 1.4 (FTGL_1_4)