You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2016/02/02 12:59:40 UTC

svn commit: r1728093 - /tomcat/trunk/webapps/docs/changelog.xml

Author: markt
Date: Tue Feb  2 11:59:40 2016
New Revision: 1728093

URL: http://svn.apache.org/viewvc?rev=1728093&view=rev
Log:
Add missing tag

Modified:
    tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1728093&r1=1728092&r2=1728093&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Tue Feb  2 11:59:40 2016
@@ -46,11 +46,13 @@
 -->
 <section name="Tomcat 9.0.0.M4" rtext="In development">
   <subsection name="WebSocket">
-    <fix>
-      Fix a timing issue on session close that could result in an exception
-      being thrown for an incomplete message even through the message was
-      completed. (markt)
-    </fix>
+    <changelog>
+      <fix>
+        Fix a timing issue on session close that could result in an exception
+        being thrown for an incomplete message even through the message was
+        completed. (markt)
+      </fix>
+    </changelog>
   </subsection>
 </section>
 <section name="Tomcat 9.0.0.M3" rtext="Voting in progress">



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