Index: rails_plugins/templated_attribute/CHANGELOG
===================================================================
--- rails_plugins/templated_attribute/CHANGELOG (revision 26)
+++ rails_plugins/templated_attribute/CHANGELOG (revision 32)
@@ -1,3 +1,9 @@
*SVN*
+* 7/30/2007: Add support for both +FormHelper+ formats when using +form_for+:
+ form_for(@user) do |f|
+ f.text_field :website # was working already
+ text_field :user, :website # now supported
+ end
+
* 7/28/2007: First public release
\ No newline at end of file