You are viewing a plain text version of this content. The canonical link for it is here.
Posted to awf-commits@incubator.apache.org by jm...@apache.org on 2011/08/02 18:33:38 UTC

svn commit: r1153238 - /incubator/deft/sandbox/CHANGES.txt

Author: jmeehan
Date: Tue Aug  2 18:33:37 2011
New Revision: 1153238

URL: http://svn.apache.org/viewvc?rev=1153238&view=rev
Log:
DEFT-100 - Added note on RequestHandler configuration with annotations.

Modified:
    incubator/deft/sandbox/CHANGES.txt

Modified: incubator/deft/sandbox/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/deft/sandbox/CHANGES.txt?rev=1153238&r1=1153237&r2=1153238&view=diff
==============================================================================
--- incubator/deft/sandbox/CHANGES.txt (original)
+++ incubator/deft/sandbox/CHANGES.txt Tue Aug  2 18:33:37 2011
@@ -21,6 +21,7 @@
    global singleton was used implicitly.)
  * AsynchronousSocket no longer accepts SelectableChannel. Instead SocketChannel is used.
  * AsynchronousSocket's read methods (readUntil and readBytes) returns raw byte[] instead of String. (DEFT-115)
+ * RequestHandler implementations are now configured through annotation (DEFT-100).
 
 0.1.1
  * #56 (Support for all response status codes)