You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2010/07/17 10:52:40 UTC

svn commit: r965035 - /click/trunk/click/documentation/docs/roadmap-changes.html

Author: sabob
Date: Sat Jul 17 08:52:39 2010
New Revision: 965035

URL: http://svn.apache.org/viewvc?rev=965035&view=rev
Log:
roadmap

Modified:
    click/trunk/click/documentation/docs/roadmap-changes.html

Modified: click/trunk/click/documentation/docs/roadmap-changes.html
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/docs/roadmap-changes.html?rev=965035&r1=965034&r2=965035&view=diff
==============================================================================
--- click/trunk/click/documentation/docs/roadmap-changes.html (original)
+++ click/trunk/click/documentation/docs/roadmap-changes.html Sat Jul 17 08:52:39 2010
@@ -189,6 +189,11 @@ includes improved Ajax support and @Bind
               [<a target="_blank" href="https://issues.apache.org/jira/browse/CLK-711">CLK-711</a>].
           </li>
           <li class="change">
+              Fixed ConcurrentModificationException when rendering cached Menus
+              from multiple threads
+              [<a target="_blank" href="https://issues.apache.org/jira/browse/CLK-712">CLK-712</a>].
+          </li>
+          <li class="change">
             Fixed the JavaScript function <tt>Click.submit(form, validate)</tt> which incorrectly
             stated that the first argument is the form name. The first argument
             is in fact the form instance.