fix typo in changelog

[ci skip]
This commit is contained in:
Vasiliy Ermolovich 2012-09-16 13:16:21 +03:00
parent 0bb5726aa3
commit ce8e96d68a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
Closes [#619](https://github.com/plataformatec/simple_form/issues/619)
* Prevent generation of `class=""`. ([@pkmiec](https://github.com/pkmiec))
* Fix namespace html propagation to single wrapper of `label` and `input`
* Association creates blank select if `:colocetion` is `nil`.
* Association creates blank select if `:collection` is `nil`.
([@nashby](https://github.com/nashby)).
Closes [#595](https://github.com/plataformatec/simple_form/issues/595)
* Fix readonly attribute check. ([@retoo](https://github.com/retoo))