You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by iv...@apache.org on 2011/09/20 18:05:03 UTC

svn commit: r1173213 - /wicket/branches/wicket-1.5.1/CHANGELOG-1.5

Author: ivaynberg
Date: Tue Sep 20 16:05:03 2011
New Revision: 1173213

URL: http://svn.apache.org/viewvc?rev=1173213&view=rev
Log:
update changelog

Modified:
    wicket/branches/wicket-1.5.1/CHANGELOG-1.5

Modified: wicket/branches/wicket-1.5.1/CHANGELOG-1.5
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.1/CHANGELOG-1.5?rev=1173213&r1=1173212&r2=1173213&view=diff
==============================================================================
--- wicket/branches/wicket-1.5.1/CHANGELOG-1.5 (original)
+++ wicket/branches/wicket-1.5.1/CHANGELOG-1.5 Tue Sep 20 16:05:03 2011
@@ -53,7 +53,6 @@ Release Notes - Wicket - Version 1.5.1
     * [WICKET-4046] - Touch pages only when they are returned from the data stores
     * [WICKET-4049] - Enable SSL for quickstart to make debugging SSL errors easier
     * [WICKET-4052] - Add org.apache.wicket.request.Response.write(byte[], int, int) to make it easier to write buffered data to the web response
-    * [WICKET-4065] - Improve behavior#getStatelessHint() by accounting for the common cases when behaviors are not stateless
     * [WICKET-4067] - Register devutils only if IDebugSettings#isDevelopmentUtilitiesEnabled() is true
     * [WICKET-4068] - Assume that form.onsubmit() without explicit return value means that submit should proceed