- fixed a bug in af_compute_direction which generated ugly glyphs
- added more debug/log messages to help improve the auto-fitter
diff --git a/ChangeLog b/ChangeLog
index bc1f49a..201f1eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-11-02  David Turner  <david@freetype.org>
+
+	* src/autofit/afhints.c, src/autofit/afmodule.c,
+	src/autofit/aftypes.h: adding more debug messages and fixing a small
+	bug in af_compute_direction which produced garbage by missing lots of
+	segments
+
 2006-10-24  Werner Lemberg  <wl@gnu.org>
 
 	* src/cff/cffload.c (cff_encoding_load): Remove unused variable.