avatar

32

update changelog. references #3.

by chrisk, 30 Jul, 2007 07:53 PM
26 32  
11 *SVN*
22 
3 * <tt>7/30/2007:</tt> Add support for both +FormHelper+ formats when using +form_for+:
4     form_for(@user) do |f|
5       f.text_field :website       # was working already
6       text_field :user, :website  # now supported
7     end
8 
39 * <tt>7/28/2007:</tt> First public release