* src/pshinter/pshalgo.c: remove a stupid typo that results in no
        hinting and a memory leak with some large Asian CFF fonts

        * src/base/ftobjs.c (FT_Done_Library): remove a subtle memory leak
        which happens when FT_Done_Library is called with opened CFF_Faces in
        it. We need to close all faces before destroying the modules, or else
        some bad things (memory leaks) may happen.
diff --git a/ChangeLog b/ChangeLog
index 28f4bdc..9848ef3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-01-04  David Turner  <david@freetype.org>
+
+	* src/pshinter/pshalgo.c: remove a stupid typo that results in no
+	hinting and a memory leak with some large Asian CFF fonts
+
+	* src/base/ftobjs.c (FT_Done_Library): remove a subtle memory leak
+	which happens when FT_Done_Library is called with opened CFF_Faces in
+	it. We need to close all faces before destroying the modules, or else
+	some bad things (memory leaks) may happen.
+
 2007-01-02  Werner Lemberg  <wl@gnu.org>
 
 	* src/gxvalid/gxvkern.c (gxv_kern_subtable_fmt0_pairs_validate):