Prepare for release 1.8.
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index fa001c8..ae501a1 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -17,13 +17,13 @@
 Changes in this version include:
 
 - New Features
-  o TEXT-169:  Add helper factory method org.apache.commons.text.StringSubstitutor.createInterpolator(). Thanks to Gary Gregory.
-  o TEXT-170:  Add String lookup for host names and IP addresses (DnsStringLookup). Thanks to Gary Gregory.
+  o TEXT-169: Add helper factory method org.apache.commons.text.StringSubstitutor.createInterpolator(). Thanks to Gary Gregory.
+  o TEXT-170: Add String lookup for host names and IP addresses (DnsStringLookup). Thanks to Gary Gregory.
     
 - Fixed Bugs
-  o TEXT-167:  commons-text web page missing "RELEASE-NOTES-1.7.txt" Thanks to Larry West.
-  o TEXT-168:  (doc) Fixed wrong value for Jaro-Winkler example #117 Thanks to luksan47.
-  o TEXT-171:  StringLookupFactory.addDefaultStringLookups(Map) does not convert keys to lower case. Thanks to Gary Gregory.
+  o TEXT-167: commons-text web page missing "RELEASE-NOTES-1.7.txt" Thanks to Larry West.
+  o TEXT-168: (doc) Fixed wrong value for Jaro-Winkler example #117 Thanks to luksan47.
+  o TEXT-171: StringLookupFactory.addDefaultStringLookups(Map) does not convert keys to lower case. Thanks to Gary Gregory.
     
 - Changes
   o Expand Javadoc for StringSubstitutor and friends. Thanks to Gary Gregory.