diff --git a/STATUS.html b/STATUS.html
index b747b0836..88a95cc1c 100644
--- a/STATUS.html
+++ b/STATUS.html
@@ -7,7 +7,7 @@
The Jakarta Commons Lang Component
-$Id: STATUS.html,v 1.13 2002/09/17 10:30:48 bayard Exp $
+$Id: STATUS.html,v 1.14 2002/09/17 10:58:37 bayard Exp $
[Introduction]
[Dependencies]
[Release Info]
@@ -94,6 +94,7 @@ still under discussion, so please mail the list before actioning.
StringUtils truncateNicely method - A substring with some extra power to choose where to cut off. It was in Avalon and was added separately to String Taglib from a code submission. This suggests it may have some comonality
StringUtils parseBoolean method - This method is in OSCore's TextUtils and seems very reusable. It could go in a BooleanUtils if such a need was seen
StringUtils uncapitaliseAllWords method - String Taglib has shown that this method is missing from StringUtils.
+
StringUtils unescape method - String Taglib has shown that this method is missing from StringUtils. It would take a String with "\n" in and convert it to the Java character. unescape and escape should be symmetric.