Skip to content

Commit

Permalink
Fix CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Mar 2, 2012
1 parent 2830fd3 commit 10592d3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
@@ -1,14 +1,14 @@
## 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)).
Closes [#483](https://github.com/plataformatec/simple_form/issues/483)

## 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)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
simple_form (2.0.1)
simple_form (2.0.2.dev)
actionpack (~> 3.0)
activemodel (~> 3.0)

Expand Down Expand Up @@ -72,4 +72,4 @@ DEPENDENCIES
rake
rdoc
simple_form!
tzinfo
tzinfo
2 changes: 1 addition & 1 deletion lib/simple_form/version.rb
@@ -1,3 +1,3 @@
module SimpleForm
VERSION = "2.0.1".freeze
VERSION = "2.0.2.dev".freeze
end
2 changes: 0 additions & 2 deletions test/inputs/boolean_input_test.rb
Expand Up @@ -105,6 +105,4 @@ class BooleanInputTest < ActionView::TestCase
end
end
end


end

0 comments on commit 10592d3

Please sign in to comment.