Fix ChangeLog. Update `CHANGES' file.
diff --git a/ChangeLog b/ChangeLog
index 3bdce81..ce649fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,7 +19,7 @@
2003-11-22 Werner Lemberg <wl@gnu.org>
- * docs/VERSION.DLL: Updated.
+ * docs/VERSION.DLL, docs/CHANGES: Updated.
* src/base/ftobjs.c (FT_Set_Char_Size): Make metrics->x_scale and
metrics->y_scale really precise.
diff --git a/docs/CHANGES b/docs/CHANGES
index dea62e2..a99b16c 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -3,6 +3,13 @@ LATEST CHANGES BETWEEN 2.1.8 and 2.1.7
I. IMPORTANT BUG FIXES
+ - The native TrueType hinter contained some bugs which prevented
+ some fonts to be rendered correctly, most notably Legendum.otf.
+
+ - The linear advance width and height values were incorrectly
+ rounded, making them virtually unusable if not loaded with
+ FT_LOAD_LINEAR_DESIGN.
+
II. IMPORTANT CHANGES