From 0dca535ad175269d5a2b6059f6c54ee30bba144b Mon Sep 17 00:00:00 2001 From: Jason Williams <936006+jasonwilliams@users.noreply.github.com> Date: Tue, 22 Oct 2019 14:41:47 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a59976137..cfae070fd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,8 @@ Feature enhancements: Implement Array.prototype.every() (@letmutx) - [FEATURE #165](https://github.com/jasonwilliams/boa/issues/165): Implement Array.prototype.find() (@letmutx) +- [FEATURE #166](https://github.com/jasonwilliams/boa/issues/166): + Implement Array.prototype.findIndex() (@felipe-fg) - Demo page has been improved, new font plus change on input. Thanks @WofWca Bug fixes: