Skip to content

Commit 8be0cc6

Browse files
committed
Update CHANGELOG.md to include issue numbers
1 parent 476f88c commit 8be0cc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
66
## [[v3.0.1]](https://github.com/springload/react-accessible-accordion/releases/tag/v3.0.1)
77

8-
### CHANGED
8+
### FIXED
99

10-
- Modified usage for `Array.prototype.findIndex` to `Array.prototype.indexOf` across the library to remove the need for polyfill for IE 11.
10+
- Refactor away `Array.prototype.findIndex` in favour of `Array.prototype.indexOf` to reinstate IE 11 support without use of a polyfill (https://github.com/springload/react-accessible-accordion/issues/237, https://github.com/springload/react-accessible-accordion/issues/224).
1111

1212
## [[v3.0.0]](https://github.com/springload/react-accessible-accordion/releases/tag/v3.0.0)
1313

0 commit comments

Comments
 (0)