* Grep -i previously failed on UPPER CASE patterns due to a silly
    regexp implementation bug that is now fixed.

 -Erik
diff --git a/Changelog b/Changelog
index 54fd3ca..a7e6007 100644
--- a/Changelog
+++ b/Changelog
@@ -31,6 +31,8 @@
 	    - Added gunzip -t, removed gunzip.c dead code,
 	    - fixed several typos
 	    - Glibc 2.0.7 and libc5 compile fixes
+	* Grep -i previously failed on UPPER CASE patterns due to a silly 
+	    regexp implementation bug that is now fixed.
 	    
 
 	-Erik Andersen