diff --git a/ChangeLog b/ChangeLog
index caf9ea8f1680ff45cc8c5f31236eb43549702f59..90c9fd11e39cc814cc721156ffbd673951f50300 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -236,7 +236,8 @@ CVS code -
   ngetdelim(), ngetline()
 	- New functions equivalent to getdelim() and getline(), which
 	  are both GNU extensions. (DLR, adapted from GNU mailutils
-	  0.5 with minor changes to better integrate with nano)
+	  0.5 with minor changes to better integrate with nano and
+	  increase efficiency)
 - winio.c:
   get_kbinput()
 	- Since the only valid values for escapes are 0, 1, and 2,