This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 0c07ea76c5 MOve to correct section
0c07ea76c5 is described below

commit 0c07ea76c51ac6ded30a1ed5bac1360a91b73a30
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Feb 1 14:56:05 2023 +0000

    MOve to correct section
---
 webapps/docs/changelog.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index cc91e5c02b..f125bf12e0 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -119,10 +119,6 @@
         Log basic information for each configured TLS certificate when Tomcat
         starts. (markt)
       </add>
-      <fix>
-        <bug>66441</bug>: Make imports of static fields in JSPs visible to any
-        EL expressions used on the page. (markt)
-      </fix>
       <fix>
         <bug>66442</bug>: When an HTTP/2 response must not include a body,
         ensure that the end of stream flag is set on the headers frame and that
@@ -142,6 +138,10 @@
         <bug>66419</bug>: Fix calls from expression language to a method that
         accepts varargs when only one argument was passed. (markt)
       </fix>
+      <fix>
+        <bug>66441</bug>: Make imports of static fields in JSPs visible to any
+        EL expressions used on the page. (markt)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Other">


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to