From 8be0cc6cbabd6f96f0648ae7b0a0b097a86dc681 Mon Sep 17 00:00:00 2001 From: Mitch Ryan Date: Thu, 14 Nov 2019 13:23:27 +1300 Subject: [PATCH] Update CHANGELOG.md to include issue numbers --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7005d509..1ff51772 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,9 @@ ## [[v3.0.1]](https://github.com/springload/react-accessible-accordion/releases/tag/v3.0.1) -### CHANGED +### FIXED -- Modified usage for `Array.prototype.findIndex` to `Array.prototype.indexOf` across the library to remove the need for polyfill for IE 11. +- 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). ## [[v3.0.0]](https://github.com/springload/react-accessible-accordion/releases/tag/v3.0.0)