Skip to content

Commit

Permalink
CHANGELOG catch-up
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfrench committed Jun 7, 2010
1 parent 9593e4b commit fcdf14d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
@@ -1,3 +1,10 @@
1.0.0.beta

* Fixed :radio and :check_boxes inputs so that the legend no longer includes a <label> with a `for` attribute pointing to an input that doesn't exist (#253)
* Fixed that some inputs had invalid 'find_options' attribute (#262)
* Fixed that we were calling html_safe! when it was not always available
* Added the ability for :input_html to now accept an option of :size => nil, to exclude the :size attribute altogether (#267)

0.9.10

* Fixed i18n incompatibility with Rails 2.3.8 by reverting two i18n patches pulled in from the rails3 branch
Expand Down

0 comments on commit fcdf14d

Please sign in to comment.