updating CHANGES
diff --git a/ChangeLog b/ChangeLog
index aaee4f5..e9f86a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
 	if it is the identity. this cuts a significant percent of CFF glyph
 	loading time
 
+	* docs/CHANGES: updating
+
 	* src/autofit/afglobal.c: change default hinting script to
 	CJK, since it works well with a larger array of scripts. thanks to
 	"Rahul Bhalerao" <b.rahul.pm@gmail.com> for pointing this out !
diff --git a/docs/CHANGES b/docs/CHANGES
index 0cbf0c8..01c7133 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -22,6 +22,10 @@
       format  of a  TrueType font.   This  is useful  in handling  PDF
       files.  The code has been contributed by Derek Clegg.
 
+    - The auto-hinter now produces better output by default for
+      non-Latin scripts like Indic. this was done by using the CJK
+      hinting module as default, instead of the Latin one. thanks to
+      Rahul Bhalerao for suggesting this.
 
   III. MISCELLANEOUS