* include/freetype/freetype.h: bumping FT_FREETYPE_PATCH to 2
        for an upcoming 2.2.2 release

        * include/freetype/ftlcdfil.h, src/freetype/ftlcdfil.c:
        added a new API to support color filtering of subpixel glyph
        bitmaps. In default build, the function FT_Library_SetLcdFilter
        returns FT_Err_Unimplemented_Feature; you need to #define
        FT_CONFIG_OPTION_SUBPIXEL_RENDERING in ftoption.h to compile
        the real implementation

        * src/smooth/ftsmooth.c: adding support for sub-pixel color
        filtering; simplifying a few function calls

        * include/freetype/config/ftheader.h: adding FT_LCD_FILTER_H
        macro that points to <freetype/ftlcdfil.h>
diff --git a/ChangeLog b/ChangeLog
index 1887e73..20e6000 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2006-09-27  David Turner  <david@freetype.org>
+
+        * include/freetype/freetype.h: bumping FT_FREETYPE_PATCH to 2
+        for an upcoming 2.2.2 release
+
+        * include/freetype/ftlcdfil.h, src/freetype/ftlcdfil.c:
+        added a new API to support color filtering of subpixel glyph
+        bitmaps. In default build, the function FT_Library_SetLcdFilter
+        returns FT_Err_Unimplemented_Feature; you need to #define
+        FT_CONFIG_OPTION_SUBPIXEL_RENDERING in ftoption.h to compile
+        the real implementation
+
+        * src/smooth/ftsmooth.c: adding support for sub-pixel color
+        filtering; simplifying a few function calls
+
+        * include/freetype/config/ftheader.h: adding FT_LCD_FILTER_H
+        macro that points to <freetype/ftlcdfil.h>
+
 2006-09-26  David Bustin
 
 	* src/pfr/pfrobjs.c (pfr_face_get_kerning): Skip adjustment bytes