Update changelog.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc5.5.x/trunk@1228188 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/container/webapps/docs/changelog.xml b/container/webapps/docs/changelog.xml
index a8dd17c..e7c0586 100644
--- a/container/webapps/docs/changelog.xml
+++ b/container/webapps/docs/changelog.xml
@@ -81,6 +81,12 @@
         <code>parseParameters()</code> call when a chunked POST request is too
         large, but treat it like an IO error. (kkolinko)
       </fix>
+      <add>
+        Add SetCharacterEncodingFilter (similar to the one contained in the
+        examples web application)
+        to the <code>org.apache.catalina.filters</code> package so it is
+        available for all web applications. (kkolinko)
+      </add>
     </changelog>
   </subsection>
   <subsection name="General">