Skip to content

Commit de93b85

Browse files
committed
Fix mistakenly placed changelog entry
1 parent 3b3130a commit de93b85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ Bugfixes:
44

55
- Sanitize <label> name (IE `for` attribute) in same manner that Rails sanitizes
66
the <input> `id` attribute to fix a11y issue with `for` and `id` mismatch
7+
- Fix loading of ActionView helpers in combination with RSpec and `rails-controller-testing`. (see [rails-controller-testing/issues#24](https://github.com/rails/rails-controller-testing/issues/24))
78
- Your contribution here!
89

910
Features:
1011

1112
- Add support for input-group-sm and input-group-lg in prepend/append (#226, @rusanu)
1213
- Added option to prevent the 'required' CSS class on labels (#205, @LucasAU)
14+
- Your contribution here!
1315

1416
## [2.4.0][] (2016-07-04)
1517

@@ -20,7 +22,6 @@ Bugfixes:
2022
- Minor README corrections (#184, @msmithstubbs)
2123
- Fix `alias_method_chain` deprecation warnings when using Rails 5
2224
- Allow `form_group` to work with frozen string options
23-
- Fix loading of ActionView helpers in combination with RSpec and `rails-controller-testing`. (see [rails-controller-testing/issues#24](https://github.com/rails/rails-controller-testing/issues/24))
2425

2526
Features:
2627

0 commit comments

Comments
 (0)