Documented the removal of size from text_field based helpers and cols, rows from text_area helper.

This commit is contained in:
Philip Arndt 2012-03-12 10:39:45 +13:00
parent 8b5198a417
commit f12f071ece
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
## Rails 4.0.0 (unreleased) ##
* Removed default `size` option from the `text_field`, `search_field`, `telephone_field`, `url_field`, `email_field` helpers. *Philip Arndt*
* Removed default `cols` and `rows` options from the `text_area` helper. *Philip Arndt*
* Adds support for layouts when rendering a partial with a given collection. *serabe*
* Allows the route helper `root` to take a string argument. For example, `root 'pages#main'`. *bcardarella*