Move to the correct section

git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc8.0.x/trunk@1830318 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 4d90e65..56897d5 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -58,12 +58,6 @@
         type="javax.sql.XADataSource"</code>. Patch provided by Masafumi Miura.
         (csutherl)
       </fix>
-      <add>
-        <bug>62273</bug>: Implement configuration options to work-around
-        specification non-compliant user agents (including all the major
-        browsers) that do not correctly %nn encode URI paths and query strings
-        as required by RFC 7230 and RFC 3986. (markt)
-      </add>
       <fix>
         <bug>62297</bug>: Enable the <code>CrawlerSessionManagerValve</code> to
         correctly handle bots that crawl multiple hosts and/or web applications
@@ -96,6 +90,12 @@
         contains multiple <code>Host</code> headers is rejected with a 400
         response. (markt)
       </fix>
+      <add>
+        <bug>62273</bug>: Implement configuration options to work-around
+        specification non-compliant user agents (including all the major
+        browsers) that do not correctly %nn encode URI paths and query strings
+        as required by RFC 7230 and RFC 3986. (markt)
+      </add>
     </changelog>
   </subsection>
   <subsection name="Jasper">