Skip to content

Commit

Permalink
changelog catch-up
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfrench committed Apr 10, 2011
1 parent 7c93a6a commit a1280e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
* Added support for HTML5 min/max/step attributes on NumericInput
* Added support for HTML5 placeholder attributes on Stringish inputs (string, email, phone, url, search, number, password)
* Changed nested inputs() blocks to be automatically wrapped in an `<li>` tag to preserve HTML validity

* Changed quick forms to skip polymorphic associations (they didn't work)
* Changed short hand forms to raise an error when trying to render an input for a polymorphic association (it didn't work, need a collection)
* Changed input() to raise an error when a :collection is not provided for a polymorphic association (we can't guess which class to use)

1.2.4.beta (unreleased)

Expand Down

0 comments on commit a1280e6

Please sign in to comment.