Fix CHANGELOG

This commit is contained in:
Rafael Mendonça França 2012-03-02 12:11:06 -03:00
parent 2830fd37ff
commit 10592d36bf
4 changed files with 7 additions and 9 deletions

View File

@ -1,4 +1,7 @@
## master
## 2.0.2 (Not released yet)
### enhancements
* Add `:inline_label` configuration to nested booleans to display text inline with checkbox. ([@ehoch](https://github.com/ehoch))
### bug fix
* Fix `min_max` component to not output maximum value. ([@julian7](https://github.com/julian7)).
@ -6,9 +9,6 @@
## 2.0.1
### enhancements
* Add `:inline_label` configuration to nested booleans to display text inline with checkbox. ([@ehoch](https://github.com/ehoch))
### bug fix
* Sanitaze html attributes to `label` method. ([@nashby](https://github.com/nashby)).
Closes [#472](https://github.com/plataformatec/simple_form/issues/472)

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
simple_form (2.0.1)
simple_form (2.0.2.dev)
actionpack (~> 3.0)
activemodel (~> 3.0)
@ -72,4 +72,4 @@ DEPENDENCIES
rake
rdoc
simple_form!
tzinfo
tzinfo

View File

@ -1,3 +1,3 @@
module SimpleForm
VERSION = "2.0.1".freeze
VERSION = "2.0.2.dev".freeze
end

View File

@ -105,6 +105,4 @@ class BooleanInputTest < ActionView::TestCase
end
end
end
end