Skip to content

Commit 2df1dad

Browse files
committed
fixing CHANGELOG
1 parent 7305528 commit 2df1dad

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
Bugfixes:
44

55
- Use #underscore, not #downcase for help text scope (#140, @atipugin)
6-
- Radio button labels will now include the disabled class as needed. (#156, @ScottSwezey)
7-
- Check box labels will now include the disabled class as needed. (@ScottSwezey)
6+
- Radio button and checkbox labels will now include the disabled class as needed. (#156, @ScottSwezey)
87

98
Features:
109

1110
- Allow users to display validation errors in labels (#144, @timcheadle)
1211
- Use humanized attribute name in label errors (#146, @atipugin)
1312
- Allow to skip label rendering (#145, @atipugin)
13+
- Added a `required` CSS class for labels with required attributes (#150, @krsyoung)
1414

1515
## 2.2.0 (2014-09-16)
1616

@@ -38,9 +38,6 @@ Features:
3838
- Added the ability to pass any attributes to wrapper (#136, @atipugin)
3939
- Split monolithic test file into several smaller files (#141, @spacewander)
4040
- Added role="form" attribute to forms (#142, @spacewander)
41-
- Allow users to display validation errors in labels (#144, @timcheadle)
42-
- Use #underscore, not #downcase for help text scope (#140, @atipugin)
43-
- Added a `required` CSS class for labels with required attributes (#150, @krsyoung)
4441

4542
## 2.1.1 (2014-04-20)
4643

0 commit comments

Comments
 (0)