Author: markt Date: Tue Jun 21 13:45:02 2016 New Revision: 1749508 URL: http://svn.apache.org/viewvc?rev=1749508&view=rev Log: Update changelog
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=1749508&r1=1749507&r2=1749508&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Tue Jun 21 13:45:02 2016 @@ -97,6 +97,16 @@ </scode> </changelog> </subsection> + <subsection name="WebSocket"> + <changelog> + <scode> + Now the WebSocket implementation is not built directly on top of the + Servlet API and can use Tomcat internals, there is no need for the + dedicated WebSocket Executor. It has been replaced by the use of the + Connector/Endpoint provided Executor. (markt) + </scode> + </changelog> + </subsection> <subsection name="Tribes"> <changelog> <add> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org